cURL
curl --request POST \ --url https://api.lightspark.com/grid/2025-10-13/webhooks/test \ --header 'Authorization: Basic <encoded-value>'
{ "response_status": 200, "url": "https://api.mycompany.com/webhooks/uma", "response_body": "<string>" }
Send a test webhook to the configured endpoint
API token authentication using format <api token id>:<api client secret>
<api token id>:<api client secret>
Webhook delivered successfully
The HTTP status code returned by the webhook endpoint
200
URL where the webhook was sent
"https://api.mycompany.com/webhooks/uma"
The raw body content returned by the webhook endpoint in response to the request
Was this page helpful?