Get a specific app resource by ID.
cURL
curl --request GET \ --url https://public.api.serval.com/v2/app-resources/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "appInstanceId": "<string>", "resourceType": "<string>", "name": "<string>", "description": "<string>", "externalId": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the resource.
Success
The resource.
Show child attributes
Was this page helpful?