API Reference
REST API overview
Well-defined REST endpoints for authentication, customers, KYC, accounts, payments, beneficiaries, FX and audit operations.
REST / JSONJWT AuthenticationAPI Versioning /api/v1Consistent Error HandlingPagination Support
Authentication
/api/v1/authPOST
/api/v1/auth/registerPOST
/api/v1/auth/loginPOST
/api/v1/auth/refreshCustomers
/api/v1/customersPOST
/api/v1/customers/GET
/api/v1/customers/mePUT
/api/v1/customers/meKYC
/api/v1/kycPOST
/api/v1/kyc/startGET
/api/v1/kyc/statusPOST
/api/v1/kyc/submitAccounts
/api/v1/accountsPOST
/api/v1/accounts/GET
/api/v1/accounts/GET
/api/v1/accounts/{id}GET
/api/v1/accounts/{id}/transactionsPayments
/api/v1/paymentsPOST
/api/v1/payments/internalPOST
/api/v1/payments/sepaGET
/api/v1/payments/{id}GET
/api/v1/payments/Beneficiaries
/api/v1/beneficiariesPOST
/api/v1/beneficiaries/GET
/api/v1/beneficiaries/DELETE
/api/v1/beneficiaries/{id}FX
/api/v1/fxPOST
/api/v1/fx/quotePOST
/api/v1/fx/confirmPOST
/api/v1/fx/executeAudit
/api/v1/auditGET
/api/v1/audit/eventsGET
/api/v1/audit/events/{id}System
/actuatorGET
/actuator/healthGET
/actuator/prometheusGET
/actuator/infoWant detailed API documentation?
Contact us for full OpenAPI specifications and integration guides.