API Architecture
- Architecture: RESTful
- Data format: JSON
- Authentication: via Bearer Token in the HTTP
Authorizationheader
Environments
- Pre-production: for testing your integrations in a controlled environment with limited spending.
- Production: for accessing services under real conditions.
Base URL
Use this base URL for all API requests:Best Practices
- Authentication: always include your Bearer Token in the
Authorizationheader. - Error Handling: check HTTP status codes to handle errors effectively.
- Security: ensure all communications are secured via HTTPS/TLS.