Skip to main content
POST
Add an ingest mapping

Authorizations

Authorization
string
header
required

API key sent as Authorization: Bearer <api-key>.

Body

application/json
kind
enum<string>
required
Available options:
campaign,
placement
vendorKey
string
required

The vendor-side identifier this mapping matches on.

Minimum string length: 1
target
string
required

The EnfinitOS target — a rightId (rgh_…) for campaign, a spatialAnchorId for placement.

Minimum string length: 1
label
string | null

Optional human label (e.g. the vendor / campaign name).

Response

The stored mapping.

ok
boolean
required
data
object
required

Route-specific payload. Operation responses refine this.

contractVersion
string
required
Allowed value: "v1.0"