Skip to main content
GET
Recuperar uma entrada

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Cabeçalhos

X-Account-Id
string
obrigatório

Identificador único da Conta do Ledger Midaz (formato UUID).

Parâmetros de caminho

entry_id
string
obrigatório

Identificador único da entrada Pix (formato UUID).

Resposta

Entrada Pix recuperada com sucesso.

id
string

Identificador único da entrada (formato UUID).

Exemplo:

"019c96a0-0c0c-7221-8cf3-13313fb60081"

key
string

Valor da chave Pix.

Exemplo:

"john.doe@example.com"

keyType
string

Tipo de chave Pix.

Exemplo:

"EMAIL"

status
string

Status da entrada (ACTIVE, INACTIVE).

Exemplo:

"ACTIVE"

account
object
owner
object
createdAt
string<date-time>

Timestamp de criação.

Exemplo:

"2024-01-15T10:30:00Z"

updatedAt
string<date-time>

Timestamp da última atualização.

Exemplo:

"2024-01-15T10:30:00Z"