Listar todas as entidades de webhooks disponíveis para configuração

Esse endpoint permite a listagem de todas as entidades de webhooks que estão disponíveis para serem configuradas em uma conta escrow.

Parâmetros da Requisição

Não é necessário o envio de nenhum dado no corpo da requisição.

Resposta

Se a requisição for processada com sucesso, será retornado um status 200 e uma lista de objetos contendo os campos da entidade a ser retornada nos webhooks.

Exemplo de JSON:
[ { "type": "object", "properties": { "amount": { "type": "number" }, "balance_type": { "type": "string" }, "movement_type": { "type": "string" }, "client_request_id": { "type": "string" }, "last_update_date": { "type": "string" }, "movement_account": { "type": "object", "properties": { "tax_id": { "type": "string" }, "name": { "type": "string" }, "branch": { "type": "string" }, "account": { "type": "string" } }, "required": [ "taxId", "name", "branch", "account" ], "additional_properties": false }, "approval_id": { "type": "string" }, "id": { "type": "string" }, "create_date": { "type": "string" }, "tags": { "type": "array", "items": { "type": "object", "properties": { "value": { "type": "string" }, "key": { "type": "string" } }, "required": [ "value", "key" ], "additional_properties": false } } }, "required": [ "amount", "balanceType", "movementType", "clientRequestId", "lastUpdateDate", "movementAccount", "approvalId", "id", "createDate", "tags" ], "additional_properties": false, "description": "SLC-PAYMENT-IN", "schema": "http://json-schema.org/draft-07/schema#" } ]
Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Headers
string
Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json
English
Powered by Localize
Português