{
"name": "ApiKey",
"fields": [
{
"name": "date",
"type": "string",
"description": "API key creation date in ISO 8601 format"
},
{
"name": "description",
"type": "string",
"description": "A free-text human readable description of this API key"
},
{
"name": "expirationDate",
"type": "string",
"description": "API key expiration date in ISO 8601 format"
},
{
"name": "id",
"type": "string",
"description": "API Key identifier"
},
{
"name": "secret",
"type": "string",
"description": "The API Key secret to be used to retrieve acces tokens. This field is only provided once, then the client should store this information in a secure place."
}
]
}