Authorizations
Path Parameters
Required string length:
36Example:
curl --request GET \
--url https://app.dynamicauth.com/api/v0/organizations/{organizationId}/mfaSettings \
--header 'Authorization: Bearer <token>'{
"mfaSettings": [
{
"enabledAt": "2023-11-07T05:31:56Z",
"mfaDeviceType": "totp"
}
]
}36Show child attributes
Was this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/organizations/{organizationId}/mfaSettings \
--header 'Authorization: Bearer <token>'{
"mfaSettings": [
{
"enabledAt": "2023-11-07T05:31:56Z",
"mfaDeviceType": "totp"
}
]
}