Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the webhook to update.
Body
application/json
The version of the API for which you registered the webhook. This helps to maintain backward compatibility. If in newer versions the event payload is changed, your webhook will keep receiving the payload from this api version. This will be 'v1.0' for now and we will come up with more versions and a changelog later.
Optional name to define the purpose of the webhook.
If the webhook is active or not. If a webhook is disabled it won't be called when a topic is triggered.
Available options:
ENABLED
, DISABLED
Response
Sales tax registration response
Example:
"Successfully updated webhook."