Skip to main content
GET
Get a delivery config

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials. Exchange your client_id and client_secret for an access token scoped to the organisation that provides data access.

Headers

Cula-Organisation-Id
string
required

ID of the organisation the request operates on behalf of (e.g. org_...). Must be an organisation the API client has access to.

Example:

"org_01k83mfmhgchya944v86ryvhpq"

Path Parameters

id
string
required
Example:

"dlvc_01kkygy9cxxqhhr93aw74aycbr"

Response

id
string
required

The ID of the delivery config.

Example:

"dlvc_01kkygy9cxxqhhr93aw74aycbr"

site
object
required

The site that owns this config.

direction
enum<string>
required

Direction of deliveries created from this config.

Available options:
incoming,
outgoing
Example:

"incoming"

payload_type
enum<string>
required
deprecated

Use the version's unified flag and payload_configs instead.

Available options:
implicit
Example:

"implicit"

created_at
string<date-time>
required

When this config was created.

Example:

"2026-01-15T08:00:00Z"

active_version
object
required

The currently active version of the delivery config, including its full configuration.