Apikey
Represents an API key of an API consumer.
apiKeystring
The full API key to be rotated. You must provide either the full apiKey or the id field. If both are provided, only apiKey is used and id is ignored. Note: This must be the complete API key, not just the six-character prefix. Providing only the prefix will result in a 500 error.
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"
}