Authentication
API KEY
Branta endpoints require an API key to authenticate. Two API Keys are issued - staging
and production
.
Include API_KEY
in the HTTP Header to authenticate.
Your API keys carry sensitive privileges so they should be kept secure at all times. Do not commit them to code or share them publicly.
(NOTE - DO NOT USE PRODUCTION API KEYS ON THESE PAGES. ONLY ENTER STAGING API KEYS ON THIS WEBSITE FOR TESTING PURPOSES.)
IP Whitelisting
To enhance security and prevent unauthorized access, Branta allows you to whitelist specific IP addresses when making POST
requests to our servers.
Why Use IP Whitelisting?
Enhanced Security – Restrict API access to trusted sources, reducing the risk of unauthorized requests.
Compliance & Data Protection – Ensure only approved servers can interact with sensitive data, helping meet security and regulatory requirements.
How It Works
Provide a list of IP addresses that are authorized to send
POST
requests.Requests from non-whitelisted IPs will be automatically rejected.
You can update your IP whitelist at any time.
Last updated