Skip to main content
Version: 1.0.0

Administration API

Admin API for managing domain object mappings between the Ark platform and external connector systems (core banking, identity verification, etc.).

Authentication: ADMIN role required — either an API key (x-api-key header) or an OAuth2 client-credentials token with the ADMIN scope.

Domain object types

typeDescription
CUSTOMERA party/customer record in the platform
ACCOUNTA bank account record
CARDA payment card record

Error envelope: { errorCode, message, timestamp, traceId } where errorCode follows the pattern {DOMAIN}{CLASSIFICATION}{SEQUENCE} (e.g. GEN004001, ADM100008).

Authentication

Security Scheme Type: apiKey
Header parameter name: x-api-key