post https://example.com/v2/webhook
Log in to see full request history
Responses
xxxxxxxxxx
11curl --request POST \
--url https://example.com/v2/webhook \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"types": [
"account.updated"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: