Help

API Quickstart

Two curl commands that prove a key works.

List all screens in your org:

curl -H "X-API-Key: $API_KEY" \
    https://api.sheencast.com/v1/screens

Downtime per screen over the last 30 days:

curl -H "X-API-Key: $API_KEY" \
    "https://api.sheencast.com/v1/analytics/incidents?days=30"

Endpoints, scopes, pagination, error shapes and webhook signature verification are all in the API reference.

Full API reference →

← Troubleshooting