Skip to main content
POST
/
billing-webhooks
cURL
curl --request POST \
  --url https://platform.versori.com/api/organisations/v1/billing-webhooks \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

message
string