POST
/
webhooks
/
:id
curl --request POST \
  --url https://base_url/api/v1/webhooks/:id \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "api_version": "<string>",
  "name": "<string>",
  "topics": [
    "REGISTRATIONS.EXISTING.VALIDATION_FAILED"
  ],
  "status": "ENABLED"
}'
{
  "message": "Successfully updated webhook."
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

Sales tax registration response

The response is of type object.