Skip to main content
GET
/
v2
/
app-instances
/
{app_instance_id}
/
resources
List Resources For App Instance
curl --request GET \
  --url https://public.api.serval.com/v2/app-instances/{app_instance_id}/resources \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "appInstanceId": "<string>",
      "resourceType": "<string>",
      "name": "<string>",
      "description": "<string>",
      "externalId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

app_instance_id
string
required

The ID of the app instance.

Response

Success

data
Resource · object[]

The list of resources.