Skip to main content
GET
/
v2
/
app-relationships
/
{id}
Get App Relationship
curl --request GET \
  --url https://public.api.serval.com/v2/app-relationships/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "appInstanceId": "<string>",
    "relationshipType": "APP_RELATIONSHIP_TYPE_UNSPECIFIED",
    "targetId": "<string>",
    "targetType": "APP_RELATIONSHIP_TARGET_TYPE_UNSPECIFIED",
    "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

id
string
required

The ID of the app relationship.

Response

Success

data
data · object

The app relationship.