Skip to main content
There are two sets of key pairs required for API interactions:
  1. Company Key Pair:
This is a RSA key pair per company, used for authenticating all the API requests.
  • company_pri_key: the private key (Do not share with anyone)
  • company_pub_key: the public key (Share with Zodia)
  1. User Key Pair:
Each user within the company must have their own Elliptic Curve Cryptography (ECC) key pair for signing or approving any Service Request.
  • user_pri_key: the user’s private key (Do not share with anyone)
  • user_pub_key: the user’s public key (required for onboarding an API user on Zodia platform)