Skip to main content
GET
/
v2
/
app-instances
/
{app_instance_id}
/
integrations
List App Instance Integrations
curl --request GET \
  --url https://public.api.serval.com/v2/app-instances/{app_instance_id}/integrations \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "appInstanceId": "<string>",
      "apiDomain": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

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 to list integrations for.

Response

Success

data
Integration · object[]

The integrations for the app instance.