Skip to main content

Apikey

Represents an API key of an API consumer.

apiKeystring

A six character cleartext prefix of the API key. The prefix is not guaranteed to be unique. You must base any identification process on the API key ID, not the prefix.

expirationTimeinteger<int32>

The time to live (TTL) for the API key in seconds.

Possible values: >= 0 and <= 100000000

idstring

The API key ID. You must base any identification process on the the API key ID as it is guaranteed to be unique.

Apikey
{
"apiKey": "string",
"expirationTime": 0,
"id": "string"
}