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