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