Skip to main content
POST
Set API Key IP Whitelist

Authorizations

Authorization
string
header
required

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

Path Parameters

apiKeyID
string
required

Body

application/json
ip
string
required

IP address to whitelist

Example:

"192.168.1.1"

Response

Updated

success
boolean
required

Whether the request was successful

Example:

true

error
string

Error message, present only on failure

Example:

""

error_code
string

Semantic error code. See each endpoint's error responses for the specific codes it can return.

deprecated
string

Deprecation notice, if applicable

Example:

""