v1

latestOpenAPI 3.1.02026-07-2616459400.5 KB
API Management

Update API Key using API Key ID

This endpoint allows you to update the allowed scopes and IP address associated with an API key using the API key id (api_key_id)

put/api_keys/{api_key_id}

Path parameters

api_key_idstring required

Headers

on-behalf-ofstring required
Example:Authorization: Bearer <<API KEY>>

The On Behalf Of header allows you to make API calls from a parent account on behalf of the parent's customer accounts

Request body

namestring
scopesstring[]
ip_addressstring[]

Response

OK

api_key_idinteger
namestring
scopesstring[]
ip_addressstring[]