Passer au contenu principal
GET
https://{tenantDomain}/api/v2
/
attack-protection
/
phone-provider-protection
Get Phone Provider Protection settings
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.

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Réponse

Phone provider protection configuration successfully retrieved.

type
enum<string>
requis

The type of backoff strategy to use.

Options disponibles:
exponential,
none