List apps
Your organization's apps with refs and channels.
Your organization's apps with refs and channels.
Authorization
bearerAuth Mint keys from the dashboard (API keys). Shown once, stored hashed.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/apps"{ "apps": [ { "id": "string", "name": "string", "ref": "string", "channels": [ "string" ] } ]}{ "error": "Unknown app"}GitHub release webhook (inbound) Webhook
Relayer receives GitHub `release` events at `/wh/github/{appId}` (URL + secret shown when you enable the integration in app settings). Payloads are HMAC-SHA-256 verified. Published releases land on `stable`, pre-releases on `beta`, drafts are ignored, assets are classified per platform/arch by filename, and checksum/metadata files are filtered out.
Report fleet state POST
A heartbeat on devices' behalf. Devices are upserted on `(app, deviceId)` and appear in the fleet dashboard, adoption charts and live feed exactly as if they had checked in themselves. Up to 500 devices per call.