Request
Body Params application/vnd.api+json
{
"data": {
"type": "MfaConfig",
"attributes": {
"enabled": true
},
"relationships": {}
}
}
Request samples
curl --location --request POST 'https://api.synap.ac/v3/mfa-configs' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "MfaConfig",
"attributes": {
"enabled": true
},
"relationships": {}
}
}'
Responses
The primary key for each resource.
{
"data": {
"id": "FID001",
"type": "MfaConfig",
"attributes": {
"enabled": true,
"qrCode": "string",
"recoveryCodes": [
"string"
]
},
"relationships": {}
}
}
Modified at 2025-07-08 10:51:21