Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v2/service_types/{id}/
{ "id": 123, "name": "<string>" }
Retrieve a service type by ID.
A unique integer value identifying this service type.
100
Was this page helpful?