Custom API keys
Rename Custom API Key
POST
/
v0
/
custom_api_key
/
rename
Renames the custom API key in your account.
Authorizations
Authorization
string
requiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
name
string
requiredName of the custom API key to be updated.
new_name
string
requiredNew name for the custom API key.