Update API key
Updates an existing API key for an API client.
Path parameters
id
Embedded customer ID/external ID. The external ID must be prefixed with an E (for example, EA2300) and the resulting ID should be URL encoded.
api_client_id
ID of the API client associated with the API key.
api_key_id
ID of the API key to update.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Updated name of the API key.
ip_allow_list
Updated list of IP addresses to allow requests from.
ip_deny_list
Updated list of IP addresses to deny requests from.
Response
Success - The API key was updated successfully.
data