curl --request GET \
--url https://{tenantDomain}/api/v2/attack-protection/phone-provider-protection \
--header 'Authorization: Bearer <token>'{
"type": "exponential"
}Get the phone provider protection configuration for a tenant.
curl --request GET \
--url https://{tenantDomain}/api/v2/attack-protection/phone-provider-protection \
--header 'Authorization: Bearer <token>'{
"type": "exponential"
}Documentation Index
Fetch the complete documentation index at: https://auth0.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Phone provider protection configuration successfully retrieved.
The type of backoff strategy to use.
exponential, none このページは役に立ちましたか?