Skip to main content
POST
Verify Pix key existence

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint using client credentials (clientId and clientSecret).

Include token in Authorization header: Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Token expires after 3600 seconds (1 hour).

Body

application/json
accountId
string
required

The CRM account id of the caller (resolves the server-side ISPB).

keys
string[]
required

The Pix keys whose DICT existence to check (1..200).

Required array length: 1 - 200 elements

Response

OK

keys
object[] | null
required

The per-key existence results.

correlationId
string

DICT support correlation id.

jdpiReturnedAt
string

When DICT returned the verification (RFC3339).