Skip to main content
POST
Rotate a callback credential

Autorizações

Authorization
string
header
obrigatório

Bearer token authentication (format: "Bearer {token}")

Parâmetros de caminho

credentialId
string<uuid>
obrigatório

Id of the live credential to rotate

Exemplo:

"550e8400-e29b-41d4-a716-446655440000"

Resposta

Created

createdAt
string
obrigatório

Mint time (RFC 3339, UTC)

credentialId
string<uuid>
obrigatório

Surrogate id of the minted credential

token
string
obrigatório

Raw bearer token, surfaced exactly once; configure it as the X-Callback-Token header value in the external system. Only its SHA-256 hash is stored server-side.

externalSystem
string

Operator-legible external-system label, echoed for confirmation

webhookUrlHint
string

Informational inbound-callback URL shape to configure in the external system. The {exceptionId} placeholder is filled per callback.