🖥️Introduction

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

Onboarding and Credentials

You will need a unique Client Id (x-client-id), a Client Secret (x-client-secret), and an API Key (x-api-key).

Also, you will be issued with a 256 size AES key.

  1. Request body will be encrypted with the AES key

  2. Response body will be decrypted with the AES key

You will receive credentials as part of your onboarding process. During the onboarding process, you will also set your PARTNER-CODE; this will be required to be sent with every request. For testing the API and playing around in testing mode, we will provide you with sandbox Client Id (x-client-id), Client Secret (x-client-secret), and an API Key (x-api-key).

To kickstart your onboarding process, please email: victor@temboplus.com

Last updated