cURL
curl --request GET \ --url https://api.vela.dev/v1/apps \ --header 'Authorization: Bearer <token>'
[ { "id": "3f2a1b4c-5d6e-7f8a-9b0c-1d2e3f4a5b6c", "accountId": "acc-uuid", "name": "Order Service", "slug": "order-service", "apiKeyPrefix": "vela_live_abc", "createdAt": "2024-06-01T12:00:00.000Z", "updatedAt": "2024-06-01T12:00:00.000Z" } ]
Returns all apps belonging to the authenticated account.
Client secret for management API access. Format: vela_cs_...
vela_cs_...
List of apps
App identifier
Associated account
App display name
URL-friendly identifier
Prefix of the current API key