get https://api.pandadoc.com/public/v1/webhook-subscriptions/
Get webhook subscription by uuid
Log in to see full request history
Responses
Get webhook subscription by uuid
xxxxxxxxxx
curl --request GET \
--url https://api.pandadoc.com/public/v1/webhook-subscriptions/id \
--header 'Authorization: API-Key 3039ba033eb1410caa0a2227158d63c9d6502cd8' \
--header 'accept: application/json'
xxxxxxxxxx
23{
"uuid": "4fb6506c-02a0-427e-b445-b9e9ff0c822f",
"name": "PandaDoc",
"url": "https://pandadoc.com/webhooks",
"status": "ACTIVE",
"active": true,
"payload": [
"fields",
"pricing",
"tokens",
"metadata",
"products"
],
"triggers": [
"document_state_changed",
"recipient_completed",
"document_updated",
"document_creation_failed",
"document_deleted"
],
"shared_key": "GCQsdCMoVCcmXZo8yHiNGA",
"workspace_id": "fQ2pg3hcWgiPpa3JvfBhn2"
}