- Authentication is required for all API requests; without it, the requests will fail.
- All API requests must be made over HTTPS.
- To obtain the API key, visit the “Developer” section in sandbox and click “get
new API key.” Set the key in the Authorization header of the request you send
from your backend server. Use the header format:
Bearer YOUR_API_KEY.
API Authentication
API Authentication
Testing Authentication
To verify that your API key is correctly set up, you can use the get configuration info API endpoint, as below.JSON
JSON