cURL
curl --request GET \ --url https://api.sevalla.com/v2/applications \ --header 'Authorization: Bearer <token>'
{ "company": { "apps": { "items": [ { "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1", "name": "unique-name", "display_name": "firstsite", "status": "deploymentSuccess" } ] } } }
Retrieve a list of all applications accessible in a company.
Show child attributes
Was this page helpful?