Subscribing
POST/api/v3/_resthook
Subscribing is the process of telling ChargeOver to send webhooks to you whenever a specific event occurs (example: "Send http://example.org/my_webhook_url data whenever a customer is created.").
Once you've subscribed, each time the event occurs within ChargeOver, ChargeOver will send an HTTP POST request to your URL with a JSON payload of the event data.
Please refer to our webhooks documentation to see the JSON payloads your webhook URL will receive.
Request
Responses
- 201
- 400
- 401
Object was created successfully
Bad request
Authentication error