Get a specific app instance by ID.
cURL
curl --request GET \ --url https://public.api.serval.com/v2/app-instances/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "customServiceId": "<string>", "service": "<string>", "id": "<string>", "teamId": "<string>", "externalServiceInstanceId": "<string>", "name": "<string>", "accessRequestsEnabled": true, "defaultAccessPolicyId": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the app instance.
Success
The app instance.
Show child attributes
Was this page helpful?