CreateApiKeyResponse
idstringrequired
Example:
key-123456namestringrequired
Example:
My Production API Keyhintstringrequired
Example:
ro_pat_...abcdraw_tokenstringrequired
The raw token - show this ONLY ONCE to the user
Example:
ro_pat_abc123def456ghi789jkl012mno345pqcreated_atinteger<int64>required
Example:
1609459200expires_atinteger,null<int64>nullable
Example:
1612137600CreateApiKeyResponse
{
"id": "key-123456",
"name": "My Production API Key",
"hint": "ro_pat_...abcd",
"raw_token": "ro_pat_abc123def456ghi789jkl012mno345pq",
"created_at": 1609459200,
"expires_at": 1612137600
}