API Keys
Return a list of all API Keys.
List of Requested API Keys
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Create an API Key from the supplied object.
Object of a Requested API Key
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Fetches a specific API Key from the appname supplied in the path.
String appname of the API Key to get
Object of a Requested API Key
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Update a API Key given the provided object. This does not do a diff. You must send the complete object.
String appname of the API Key to get
Object of a Requested API Key
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Deletes the API Key
String appname of the API Key to get
An empty array
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
No content
Update a API Key given the provided object. This does not do a diff. You must send the complete object.
String appname of the API Key to get
Object of a Requested API Key
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Last updated