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>" } }
Documentation IndexFetch the complete documentation index at: https://docs.serval.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.serval.com/llms.txt
Use this file to discover all available pages before exploring further.
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?