Guides
Authentication
To ensure secure access, all API requests must be authenticated. Follow the steps below to authenticate your requests:
- Obtain an API Key: Before making requests, obtain your sandbox or live API key. This key uniquely identifies you as a user and grants access to the API features.
- Include an Authorization Header: With your API key, authenticate each request by including an Authorization header. Use the Bearer token type for authentication.
- Format Your Request: Your request should include the Authorization header as follows, replacing YOUR_API_KEY with the actual key you obtained:
Ensure that you replace YOUR_API_KEY with your actual sandbox or live API key. Using this method, your requests are authenticated, allowing you to securely access the API functionalities.