cURL
curl --request GET \ --url https://api.vela.dev/v1/apps/{appId} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "slug": "<string>", "apiKeyPrefix": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Returns a single app by UUID or slug.
Client secret for management API access. Format: vela_cs_...
vela_cs_...
App UUID or slug
App details
App identifier
Associated account
App display name
URL-friendly identifier
Prefix of the current API key