CreateApiKeyRequest
expires_in_daysinteger,null<int64>nullable
Example:
30namestringrequired
Example:
My Production API Keyorg_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"
]
}