Manage your webhook
Learn how to manage your webhook.
Add a new webhook
Use this API request to add a new webhook.
POST
https://api.spherepay.co/v1/webhook
For the full API specification, see the Sphere API Reference.
Request Example
Response Example
Get a webhook
Use this API request to get a webhook by its ID.
GET
https://api.spherepay.co/v1/webhook/{webhook_id}
For the full API specification, see the Sphere API Reference.
Response Example
Get a list of webhooks
Use this API request to get a list of webhooks.
GET
https://api.spherepay.co/v1/webhook
For the full API specification, see the Sphere API Reference.
Response Example
Update a webhook
Note
Coming Soon
Delete a webhook
Note
Coming Soon
Last updated on