Overview
Zodia’s API is RESTful over HTTPS and consumes JSON payloads. All requests must be digitally signed using your company private key (SHA256withRSA, minimum 2048 bits).Key Principles
- Transport level security: TLS 1.2
- All requests must be digitally signed using your company RSA private key
- Requires at least two users: a maker (creates requests) and a checker (approves requests)
- Rate limits: 1 request/second and 128 requests/day per endpoint
Base URLs
| Environment | URL |
|---|---|
| Production | https://api.custody.api-zodia.io |
| Sandbox | https://gateway-preprod.uat.api-zodia.io |