Retrieve an Entry
Retrieve an Entry
Use this endpoint to retrieve a Pix entry by its unique identifier.
GET
Retrieve an Entry
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unique identifier of the Midaz Ledger Account (UUID format).
Path Parameters
Unique identifier of the Pix entry (UUID format).
Response
Pix entry retrieved successfully.
Unique identifier of the entry (UUID format).
Example:
"019c96a0-0c0c-7221-8cf3-13313fb60081"
Pix key value.
Example:
"john.doe@example.com"
Type of Pix key.
Example:
"EMAIL"
Entry status (ACTIVE, INACTIVE).
Example:
"ACTIVE"
Creation timestamp.
Example:
"2024-01-15T10:30:00Z"
Last update timestamp.
Example:
"2024-01-15T10:30:00Z"

