curl --request GET \
--url https://api.lightspark.com/grid/2025-10-13/agents/device-codes/{code}/status \
--header 'Authorization: Basic <encoded-value>'{
"code": "GRID-AGENT-X7K9-M2P4",
"redeemed": false
}Check whether a device code has been redeemed. Use this to poll for agent installation completion after creating an agent.
curl --request GET \
--url https://api.lightspark.com/grid/2025-10-13/agents/device-codes/{code}/status \
--header 'Authorization: Basic <encoded-value>'{
"code": "GRID-AGENT-X7K9-M2P4",
"redeemed": false
}Documentation Index
Fetch the complete documentation index at: https://ramps-docs-agents-webhook-and-account-model-links.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>
The device code to check
Was this page helpful?