Authentication

To keep transactions on the CereTax platform safe and secure, all users and integrations connecting to CereTax must authenticate when making API requests.

CereTax uses API keys to authenticate requests. Your API Key will be provided to you by our implementation team during onboarding. It will need to be passed in the header of every API request you make.

HeaderExample
x-api-keyx-api-key: {{api_key}}

You can reach out to our team at [email protected] if you need any help with your API Key.