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

Authorizations

Authorization
string
header
required

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

Response

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

"Successfully fetched webhooks."