curl --location --request GET 'https://api.synap.ac/v3/authentication-option-jwt/'
{
"data": {
"id": "FID001",
"type": "AuthenticationOptionJwt",
"attributes": {
"name": "string",
"label": "string",
"isActive": true,
"preventRegistration": true,
"authProviderId": "string",
"type": "jwt",
"secret": "string",
"callbackUrl": "string"
},
"relationships": {}
}
}