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": { "id": "<string>", "teamId": "<string>", "service": "<string>", "instanceId": "<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
The ID of the Serval team that the app instance belongs to.
The service of the app instance.
The instance ID of the app instance.
The name of the app instance.
Whether access requests are enabled for the app instance.
The default access policy for the app instance.
Was this page helpful?