Releases
List releases
Newest first, paginated.
Newest first, paginated.
Authorization
bearerAuth AuthorizationBearer <token>
Mint keys from the dashboard (API keys). Shown once, stored hashed.
In: header
Query Parameters
app?string
App ref
channel?string
page?integer
Default
1per_page?integer
Range
value <= 100Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/releases"{ "releases": [ { "id": "string", "app": "string", "channel": "string", "version": "string", "notes": "string", "status": "published", "rolloutPct": 0, "createdAt": "2019-08-24T14:15:22Z", "artifacts": [ { "platform": "darwin", "arch": "aarch64", "url": "http://example.com", "sha512": "string", "size": 0, "signature": "string" } ] } ], "page": 0, "pageCount": 0, "total": 0}{ "error": "Unknown app"}