ApiKeyResponseedit

The response model for an API key.

Propertiesedit

creation_date (string as date-time, required)
The date/time for when the API key is created.
description (string, required)
The API key description. TIP: Useful when you have multiple API keys.
id (string, required)
The API key ID.
key (string)
The API key. TIP: Since the API key is returned only once, save it in a safe place.
user_id (string)
The user ID.

Exampleedit

{
   "creation_date" : "2019-01-01T00:00:00Z",
   "description" : "string",
   "id" : "string",
   "key" : "string",
   "user_id" : "string"
}