Authorizations
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).
Path Parameters
Claim identifier.
Body
application/json
Response
Claim concluded successfully
Unique identifier for the claim.
Example:
"claim_abc123xyz"
Pix key ownership claim status. String values representing the state of a portability or ownership claim.
Valid values:
OPEN= Claim has been initiated and is awaiting action from parties involvedCONFIRMED= Claim has been confirmed by the claimerCOMPLETED= Claim process successfully completed, key transferredCANCELLED= Claim was cancelled by the claimer or systemAWAITING_RESOLUTION= Awaiting resolution or decision from the current key owner
Available options:
OPEN, CONFIRMED, COMPLETED, CANCELLED, AWAITING_RESOLUTION Example:
"OPEN"

