Key Pairs Required
Two sets of RSA/ECC key pairs are needed before making any API calls.1. Company Key Pair (RSA)
Used to authenticate all API requests. Generated once per company.company_pri_key— private key (never share)company_pub_key— share with Zodia at customerservice@zodia.io
2. User Key Pair (ECC)
Each API user (maker and checker) needs an Elliptic Curve key pair using SECP256R1.Onboarding Checklist
- Generate company RSA key pair
- Send
company_pub_keyto customerservice@zodia.io - Generate ECC key pairs for at least one maker and one checker user
- Send user emails, public keys, and roles to customerservice@zodia.io