GET
/
api
/
svc
/
v1
/
apps
/
{id}
/
resources
Get Application Resources
curl --request GET \
  --url https://{controlPlaneURL}/api/svc/v1/apps/{id}/resources \
  --header 'Authorization: Bearer <token>'
{
  "resources": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Id of the application

Response

Successfully retrieved resources

resources
ResourceResult · object[]
required

Resources