API Reference
Get API key
Get a single API key by its UUID. Returns metadata only — the secret is never returned after creation. Permission: account:apikeys:read.
GET
Get API key
Previous
Update API keyUpdate an API key's name, permissions, allowed_subaccounts, allowed_ips, expires_at, or is_active. The response includes an `updated_fields` array showing which fields changed. You cannot update the API key currently being used to authenticate the request — doing so returns 409. Note: sending an empty `permissions` array is silently ignored — permissions cannot be cleared via this endpoint. Permission: `account:apikeys:update`.
Next
Get API key