Refresh API key secret

Refreshes the authentication token or OAuth 2.0 client secret for an API key. This action generates a new secret while invalidating the previous secret.

Path parameters

idstringRequired

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_idstringRequired
ID of the API client that owns the API key.
api_key_idstringRequired
ID of the API key to refresh.

Headers

AuthorizationstringRequired

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

Response

Success - The API key secret was refreshed successfully.

dataobject or null

Errors