curl --location --request GET 'https://api.synap.ac/v3/authentication-option-auth0/'
{
"data": {
"id": "FID001",
"type": "AuthenticationOptionAuth0",
"attributes": {
"name": "string",
"label": "string",
"isActive": true,
"preventRegistration": true,
"authProviderId": "string",
"type": "auth0",
"domain": "string",
"clientId": "string",
"callbackUrl": "string",
"scope": [
"string"
]
},
"relationships": {}
}
}