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