Skip to main content
PATCH
https://{tenantDomain}/api/v2
/
attack-protection
/
phone-provider-protection
Update Phone Provider Protection settings
curl --request PATCH \
  --url https://{tenantDomain}/api/v2/attack-protection/phone-provider-protection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

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

Body

type
enum<string>
required

The type of backoff strategy to use.

Available options:
exponential,
none

Response

Phone provider protection configuration successfully updated.

type
enum<string>
required

The type of backoff strategy to use.

Available options:
exponential,
none