API guide
Screens
Browse safe presentation metadata without exposing device identity or diagnostics.
List screens
GET
/api/partner/v1/screens
screens:read
curl --url "https://api.signagewall.com/api/partner/v1/screens?page=1&limit=20" \
--header "Authorization: Bearer $SIGNAGEWALL_PARTNER_API_KEY"
Get a screen
GET
/api/partner/v1/screens/{screenId}
screens:read
IDs are opaque. A foreign screen ID and a missing screen ID return the same 404.
Screen fields
Responses include identity, name, description, availability, safe online and pairing state, orientation, optional viewport dimensions, and timestamps.