Criar um webhook
POST
/v1/webhooks
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/webhooks' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://example.com/mywebhook3",
"events": [
"transactions",
"customers",
"links",
"cards"
]
}'
Response Response Example
{}
Requisição
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-05-26 19:09:20