API Key Object
Attributes
idstring
Unique identifier for the API key
namestring
Name to identify the API key
statusstring
Status of the API key. Can be 'Enabled' or 'Disabled'
tokenstring
The actual API key value. Only shown once upon creation
createdAtstring
ISO 8601 timestamp of when the API key was created
lastUsedstring | null
ISO 8601 timestamp of when the API key was last used
The API key object
{
"id": "49d10214-f4f1-497a-94b7-c0e597ad3fea",
"name": "Production API Key",
"status": "Enabled",
"token": "iB68EEd+3baMdB6oYNt7Zaz3yr+bQ7m+c/EBqQxQTbU=",
"createdAt": "2024-03-19T10:30:00Z",
"lastUsed": "2024-03-20T15:45:00Z"
}