Skip to main content
GET
/
material-application-configs
/
{id}
Get a material application config
curl --request GET \
  --url https://api.demo.cula.earth/tracking/v1/material-application-configs/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Cula-Organisation-Id: <cula-organisation-id>'
{
  "id": "stc_01kqzcjrpyf27tgef1k5q27063",
  "active_version_id": "scv_01kqzcjrpyf27tgeg6k4kz2hyq",
  "site": {
    "id": "<string>",
    "external_id": "<string>"
  },
  "created_at": "2026-01-15T08:00:00Z"
}

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-Organisation-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.

Path Parameters

id
string
required

Cula-assigned resource ID in TypeID format (e.g. stp_01kqzcjrpxf27tge33jwvjhkff). Alternatively, pass your external ID prefixed with ext- (e.g. ext-MY-STEP-001). The ext- prefix is unambiguous because TypeIDs use _ separators and never start with ext-.

Response

Material application config.

A material application config. Points to its active version.

id
string
required

Config ID. Use this as config_id when creating material application steps.

Example:

"stc_01kqzcjrpyf27tgef1k5q27063"

active_version_id
string
required

ID of the currently active version.

Example:

"scv_01kqzcjrpyf27tgeg6k4kz2hyq"

site
object
required

The site this config belongs to.

created_at
string<date-time>
required
Example:

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