Skip to main content
GET
/
agents
/
device-codes
/
{code}
/
status
cURL
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.

Authorizations

Authorization
string
header
required

API token authentication using format <api token id>:<api client secret>

Path Parameters

code
string
required

The device code to check

Response

Successful operation

code
string
required

The device code.

Example:

"GRID-AGENT-X7K9-M2P4"

redeemed
boolean
required

Whether this device code has been redeemed.

Example:

false