Webhook
Create Webhook
Authorization
Authorization
RequiredBearer <token>In: header
Request Body
application/json
Optionalname
RequiredstringA name or identifier of the webhook.
Maximum length:
500
description
stringA description of the webhook purpose and event's subscribed.
Maximum length:
500
url
RequiredstringThe HTTP URL endpoint that SpherePay will send notifications of event to.
Format:
"uri"
events
Requiredarray<string>The names of the events that the webhook will listen for. All events are listed under here. Use '*'
to listen to all events.
OK