GET
/
webhooks
/
{id}
curl --request GET \
  --url http://staging.api.commenda.io/api/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "2535af08-a139-4d0c-9827-1651e46dfbcf",
    "api_version": "v1.0",
    "name": "handle_existing_registrations_validation_failure",
    "topics": [
      "INCORPORATION_REQUEST.SUCCEEDED"
    ],
    "url": "https://bruno-simon.com/",
    "status": "ENABLED",
    "created_at": 1727284490
  },
  "message": "Successfully fetched webhook."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The unique identifier of the webhook to get.

Response

200
application/json
Sales tax registration response
data
object
message
string
Example:

"Successfully fetched webhook."