Get a domain object mapping
GET/v1/admin/mapping/:type/:arkId
Required role: ADMIN
Returns the platform record and external-system mapping for the
specified domain object. The response shape varies by objectType:
objectType | Fields returned |
|---|---|
CUSTOMER | customerNumber, dpid (if set), verificationId (if set) |
ACCOUNT | accountNumber, bsb, productKey, productVersion |
CARD | cardType, accountId |
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The requested domain object mapping was retrieved successfully.
Schema validation failed (GEN000000)
Invalid API key (GEN001004) or Tenant context could not be resolved (AUT001001)
Access forbidden — bearer token supplied to an api-key route (GEN022000)
Domain object mapping not found (ADM100008)
General internal server error (GEN100000) or Service error (GEN100001)