API referenceApplications
List applications
With an sk_ API key: the caller's own tenant's apps. With the management key: ?tenant_id= selects the tenant.
AuthorizationBearer <token>
Long-lived tenant API key (sk_live_… / sk_test_…), stored hashed. Scoped to the owning application's tenant.
In: header
Query Parameters
tenant_id?string
Required only when listing with the management key.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/applications"{ "applications": [ { "id": "string", "tenant_id": "string", "name": "string", "environment": "production", "created_at": "2019-08-24T14:15:22Z" } ], "count": 0}{ "code": "string", "title": "string", "details": "string"}{ "code": "string", "title": "string", "details": "string"}