Skip to main content
GET
List Inbound Webhooks

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de consulta

entity_type
enum<string>

Required. Inbound entity type. Uppercased server-side.

Opções disponíveis:
DICT_CLAIM,
DICT_REFUND,
DICT_CID_FILE,
INFRACTION_REPORT_V2,
PIX_DOWNLOAD,
PIX_PAYMENT,
PIX_PAYMENT_INBOUND,
PIX_REVERSAL,
PIX_REVERSAL_INBOUND
status
enum<string>

Filter by status

Opções disponíveis:
RECEIVED,
PROCESSING,
SENT,
FAILED
request_id
string

Filter by original BTG clientRequestId

created_after
string

Filter rows with created_at >= this RFC3339 timestamp

created_before
string

Filter rows with created_at <= this RFC3339 timestamp

limit
integer
padrão:10

Maximum number of items per page.

Intervalo obrigatório: 1 <= x <= 100
page
integer
padrão:1

Page number for pagination.

Intervalo obrigatório: x >= 1

Resposta

OK

items
object[]
limit
integer
Exemplo:

20

page
integer
Exemplo:

1

totalItems
integer
Exemplo:

42