curl --request GET \
--url https://api.example.com/webhooks/{webhookId} \
--header 'X-Api-Key: <api-key>'{
"webhook": {
"id": "<string>",
"name": "<string>",
"url": "<string>",
"subscriptions": [
"<string>"
]
}
}Obtém o webhook pelo seu ID.
curl --request GET \
--url https://api.example.com/webhooks/{webhookId} \
--header 'X-Api-Key: <api-key>'{
"webhook": {
"id": "<string>",
"name": "<string>",
"url": "<string>",
"subscriptions": [
"<string>"
]
}
}