GET/v1/dispatch_targets/{id}
dispatch_targets.get
Fetch a single dispatch target by id.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required | Dispatch target id, e.g. `dsp_<32 hex chars>`. |
Response
No parameters.
Examples
curl -sS -X GET \
-H "Authorization: Bearer $CULPRIT_API_TOKEN" \
https://api.theculprit.ai/v1/dispatch_targets/{id}Try it
Stored locally in your browser at localStorage.docs.tryit.token. Never sent to Culprit's analytics. Use a read-only token.