Skip to main content
Version: 0.8.0

CreateApiKeyResponse

created_atinteger<int64>required
Example: 1609459200
expires_atinteger,null<int64>nullable
Example: 1612137600
hintstringrequired
Example: ro_pat_...abcd
idstringrequired
Example: key-123456
namestringrequired
Example: My Production API Key
raw_tokenstringrequired

The raw token - show this ONLY ONCE to the user

Example: ro_pat_abc123def456ghi789jkl012mno345pq
CreateApiKeyResponse
{
"created_at": 1609459200,
"expires_at": 1612137600,
"hint": "ro_pat_...abcd",
"id": "key-123456",
"name": "My Production API Key",
"raw_token": "ro_pat_abc123def456ghi789jkl012mno345pq"
}