Skip to main content
POST
Criar Chave API

Authorizations

Authorization
string
header
required

Token JWT obtido do endpoint /api/openapi/auth/token

Body

application/json
name
string
required

Nome descritivo para a chave API

Example:

"Chave de Integração de Produção"

expires_at
string<date-time>

Data de expiração opcional (ISO 8601)

Example:

"2026-12-31T23:59:59.000Z"

Response

Chave API criada com sucesso

success
boolean
Example:

true

data
object