Webhooks
Get webhook by external ID, service ID and gateway account ID (query param)
get/v1/webhook/{webhookExternalId}
Path parameters
webhookExternalIdstring required
Query parameters
service_idstring
gateway_account_idstring
override_account_or_service_id_restrictionboolean
If false, the service_id and gateway_account_id must be specified
Response
OK
Example response
{
"callback_url": "https://example.com",
"created_date": "2022-04-05T17:07:15.281Z",
"description": "Webhook description",
"external_id": "gh0d0923jpsjdf0923jojlsfgkw3seg",
"gateway_account_id": "100",
"service_id": "eo29upsdkjlk3jpwjj2dfn12",
"status": "ACTIVE",
"subscriptions": [
"card_payment_started"
]
}Changes
Changed in 3 of the 13 revisions of this API.4
- ○
added the new optional
queryrequest parametergateway_account_idnew-optional-request-parameter
- ○
- ○
added the optional property
gateway_account_idto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new optional
queryrequest parameteroverride_account_or_service_id_restrictionnew-optional-request-parameter
- ○
the
queryrequest parameterservice_idbecame optionalrequest-parameter-became-optional
- ○