curl --request POST \
--url https://api.lightspark.com/grid/2025-10-13/sandbox/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/sandbox/webhooks/test \
--header 'Authorization: Basic <encoded-value>'{
"response_status": 200,
"url": "https://api.mycompany.com/webhooks/uma",
"response_body": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://ramps-04-30-docs-add-grid-tutorial-skill-interactive-zero-t.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API token authentication using format <api token id>:<api client secret>
Webhook delivered successfully
Was this page helpful?