How does authentication work in the Gates2b API?
Authentication in our API is done through the use of an API Key. This key allows our system to identify your account and communicate with us on behalf of that account. If the API key is invalid, not provided, or the header is incorrect, our API will returnHTTP 401.
What is an API Key?
An API Key is a unique and secret credential that identifies your account when making requests to the Gates2b API. It works like a “password” that allows your system to communicate securely with our platform.Why do I need an API Key?
- Authentication: Ensures only you have access to your account resources
- Security: Protects your transactions and data
- Identification: Allows our system to identify your requests
Video Tutorial
Watch the video below to learn how to generate your API Key:How to generate your API Key
Access the Dashboard
Log in to the Gates2b control panel with your
credentials.
Use the headers below in all your API calls:
Important tips:
Next Steps
First Request
Validate your API Key with a test call