List all Pix keys registered to an account. Returns an array of Pix key entries, each with its current status code (see KeyStatusEnum for values: -1=CANCELLED, 0=FINALIZED, 1=ACTIVE, etc.).
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).
Account identifier.
Pix keys retrieved successfully
Pix key value.
"+5511987654321"
Pix key registration status code. Indicates the current state of a Pix key in its lifecycle.
Valid values:
-1 = CANCELLED (Key registration was cancelled)0 = FINALIZED (Key is finalized/pending confirmation)1 = ACTIVE (Key is active and operational)2 = WAITING_OWNERSHIP_CONFIRMATION (Awaiting ownership confirmation from the user)3 = CREATING (Key is being created in the system)4 = IM_CLAIMER_PENDING_CONFIRM_CLAIM_REQUEST (I am claimer, pending claim confirmation)5 = IM_CLAIMER_PENDING_OWNER_GIVEWAY (I am claimer, awaiting current owner to release the key)6 = IM_OWNER_PENDING_GIVEAWAY_CONFIRM (I am owner, pending approval to transfer key)7 = IM_CLAIMER_AND_OWNER_GAVEAWAY_PENDING_MY_CONFIRM (Transfer initiated, awaiting my confirmation)-1, 0, 1, 2, 3, 4, 5, 6, 7 1
Human-readable status description corresponding to the numeric status code.
"REGISTERED"