Request Headers
authorizationstring*required
The authorization token (required).
Request Body
namestring*required
A name for the new API key.
expiresstringoptional
An optional RFC 3339 timestamp for when the API key should expire.
descriptionstringoptional
An optional description for the new API key.
Response Body
api_keystring*required
The new API key.
createdstring*required
The RFC 3339 timestamp of when the new API key was created.
expiresstringoptional
The RFC 3339 timestamp of when the new API key expires.
disabledstringoptional
Always null.
namestring*required
The name of the API key.
descriptionstringoptional
The description of the API key.