GET
/
v2
/
mdm
/
dep
/
token
Get ABM DEP token metadata
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/v2/mdm/dep/token \
  --header 'Authorization: <api-key>'
{
  "configured": true,
  "created_at": "<string>",
  "type": "<string>",
  "updated_at": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

OK

configured
boolean
created_at
string
type
string
updated_at
string