Skip to main content
Version: main (unreleased)

CreateApiKeyResponse

idstringrequired
Example: key-123456
namestringrequired
Example: My Production API Key
hintstringrequired
Example: ro_pat_...abcd
raw_tokenstringrequired

The raw token - show this ONLY ONCE to the user

Example: ro_pat_abc123def456ghi789jkl012mno345pq
created_atinteger<int64>required
Example: 1609459200
expires_atinteger,null<int64>nullable
Example: 1612137600
CreateApiKeyResponse
{
"id": "key-123456",
"name": "My Production API Key",
"hint": "ro_pat_...abcd",
"raw_token": "ro_pat_abc123def456ghi789jkl012mno345pq",
"created_at": 1609459200,
"expires_at": 1612137600
}