Custom API keys
Get Custom API Key
GET
/
v0
/
custom_api_key
Returns the value of the key for the specified custom API key name.
Authorizations
Authorization
string
requiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
name
string
requiredName of the API key to get the value for.