Authorizations
Enter your ContactSwing JWT Bearer token.
Request Body
JSON: ApiKeyRequest (see OpenAPI spec)
API key display name. Example: Production SMS Key
Array of allowed permissions/scopes.
ISO 8601 expiration date (optional).
Complete Example
{
"name": "My Production API Key",
"description": "SMS and Webhook actions only",
"permissions": ["actions:read", "actions:write", "sms:send"],
"expires_at": "2026-12-31T23:59:59Z"
}