Webhooks
Get, create and delete webhooks. Use these to build third-party integrations.
Was this helpful?
Get, create and delete webhooks. Use these to build third-party integrations.
Was this helpful?
Returns all webhooks for a given merchant. Merchant is pulled from the public API key for security reasons.
/v2.0/admin/webhooks
Your private Inveterate API key.
Generates a security token and places an entry with the token and the callback URL in our backend. The token is used to verify that the request is coming from Inveterate within your app, when the callback URL is triggered. Ensure that you save the token.
The callback URL will be triggered when one of the following events occurs:
`merchant.updated`
`merchant.reinstall`
`customer.created`
`customer.updated`
`customer.credits.updated`
`customer.ordered`
`customer.cancellation_requested`
`customer.confirmed_cancellation`
/v2.0/admin/webhooks
Your private Inveterate API key.
Deletes a webhook for a given merchant. Merchant is pulled from the public API key for security reasons. The effects of this method are both immediate (data deleted from webhooks database) and eventual (request against backend service to confirm webhook deletion).
/v2.0/admin/webhooks
Your private Inveterate API key.