GET
/webhooks/{webhook_id} Get a specific webhook
Returns one webhook subscription.
Maintained by the OnePageCRM engineering team
Path parameters
| Name | Type | Description |
|---|---|---|
webhook_id req | string | Webhook ID |
Responses
200 OK
statusintegerint32Response code
messagestringResponse message
timestampintegerunix-timestampResponse time
dataobjectA simple, effective way to be notified when things happen in OnePageCRM. For more information, go to the 'WebHooks & More' tab at the top of the page.
object fields β
idstringbson-idID of the webhook
namestringName of the webhook
hook_urlstringURL of the webhook
secretkeystringSecret key of the webhook
Standard error responses: 400 Β· 401 Β· 403 Β· 404 Β· 409 Β· 500 β shared across the API. See Errors.