Get a specific app relationship by ID.
cURL
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" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the app relationship.
Success
The app relationship.
Show child attributes
Was this page helpful?