Skip to main content
GET
/
delivery-configs
List delivery configs
curl --request GET \
  --url https://api.cula.tech/tracking/v1/delivery-configs \
  --header 'Authorization: Bearer <token>' \
  --header 'Cula-Org-Id: <cula-org-id>'
{
  "data": [
    {
      "id": "dlc_01kqzcjrpyf27tgehft3xhahn8",
      "active_version_id": "dcv_01kqzcjrpyf27tgejmj16v1jjq",
      "site": {
        "id": "ste_01kqzcjrpyf27tge6smsbnhkh5",
        "external_id": "GC-SITE-REFINERY"
      },
      "direction": "outgoing",
      "type": "implicit",
      "created_at": "2026-01-15T08:00:00Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.cula.tech/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 client credentials flow. Exchange your client_id and client_secret for a short-lived access token, then pass it as a Bearer token in the Authorization header.

Headers

Cula-Org-Id
string
required

Organisation ID that scopes this request. The authenticated consumer must be authorized for this organisation. Omitting this header returns 400; passing an unauthorised org returns 403.

Query Parameters

direction
enum<string>

Filter by direction.

Available options:
incoming,
outgoing

Response

List of delivery configs.

data
object[]
required