cURL
curl --request GET \ --url https://api.sandbox.wepayout.com.br/v2/register/companies/webhooks \ --header 'Authorization: Bearer <token>'
[ { "event": "onboarding", "url": "https://my-url.requestcatcher.com/test" } ]
Query the registered webhook URLs
onboarding
Show Webhook Object
https://my-url.requestcatcher.com/test
curl --request GET \ --url 'https://api.sandbox.wepayout.com.br/v2/register/companies/webhooks' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {token}'
Was this page helpful?