Skip to main content
GET
/
organizations
/
{organizationId}
/
mfaSettings
Get all mfa settings for an organization
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

organizationId
string
required
Required string length: 36
Example:

Response

mfaSettings
object[]