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

