Legacy Device API

Authentication

Device API uses API key headers (same credentials family as Developer Tools).

HeaderDescription
X-Api-KeyYour API key (alias of client-id)
X-Api-SecretYour API secret (alias of client-secret)
cURL
curl -H "X-Api-Key: YOUR_API_KEY" \
     -H "X-Api-Secret: YOUR_API_SECRET" \
     https://staging-mobile.washeej.com/device-api/v1/instances
About webhooks Legacy /device-api/v1/webhooks registration is deprecated for live events. Register unified webhooks via API v1 Webhooks.