Skip to main content
Version: 0.11.0

CreateApiKeyRequest

expires_in_daysinteger,null<int64>nullable
Example: 30
namestringrequired
Example: My Production API Key
org_idsstring[]

Optional list of org IDs this key is allowed to act on behalf of. Defaults to all orgs the user belongs to when omitted or empty.

CreateApiKeyRequest
{
"expires_in_days": 30,
"name": "My Production API Key",
"org_ids": [
"string"
]
}