What is the Partner Product API?
The Partner Product API allows external applications to integrate with our platform. You can access data, submit requests, and perform various operations using our API.
Getting Started
Follow the steps below to start integrating:
- Authenticate using Auth0.
- Start making requests to the endpoints listed in the API documentation.
Compressed responses
The Parter Product API supports compressed responses to reduce bandwidth usage. You can enable this feature by setting the Accept-Encoding header to gzip or deflate.
Example:
Accept-Encoding: gzip
Compressed responses will be automatically decompressed by most HTTP clients. If you encounter issues, ensure your client supports gzip or deflate compression.
API Endpoints
To explore the full API documentation, including detailed endpoints and examples, please visit our Swagger-powered API Docs.
Intrepid Partner Product API Documentation