GET/v1/services/{id}
services.get
Fetch a single service by id. Returns 404 if no service with that id exists in the caller's tenant.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required | Service id, e.g. `svc_<32 hex chars>`. |
Response
No parameters.
Examples
curl -sS -X GET \
-H "Authorization: Bearer $CULPRIT_API_TOKEN" \
https://api.theculprit.ai/v1/services/{id}Try it
Stored locally in your browser at localStorage.docs.tryit.token. Never sent to Culprit's analytics. Use a read-only token.