Response
200 - application/json
OK
curl --request POST \
--url https://platform.versori.com/api/organisations/v1/billing-webhooks
{
"message": "<string>"
}
BillingWebhooks is the endpoint for receiving webhooks from the billing platform. This endpoint is used to update the billing information for an Organisation. Right now, only Stripe webhooks are supported.
curl --request POST \
--url https://platform.versori.com/api/organisations/v1/billing-webhooks
{
"message": "<string>"
}
OK