POST
/
v2
/
mdm
/
declarations
Create or update a tenant-level DDM declaration
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/v2/mdm/declarations \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "identifier": "<string>",
  "payload": {},
  "type": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Body

application/json

Declaration payload

identifier
string
payload
object
type
string

Response

OK

The response is of type object.