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
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>"
}API token authentication using format <api token id>:<api client secret>
Webhook delivered successfully
Was this page helpful?