Authorization: Bearer ********************
curl --location --request GET 'https://api.msaaq.com/v1/admin/webhooks/11' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Content-Type: text/plain' \
--data-raw ''
{
"data": {
"id": 11,
"url": "https://hooks.zapier.com/hooks/standard/16012896/4cc69c2a6f0047b4bfe302bb3d858a2d/",
"events": [
{
"id": 3,
"name": "member_created"
}
]
}
}