Prerequisites
Before you begin, make sure you have:- An API key from Pure (contact us at [email protected] to request one)
- A tool for making HTTP requests (like cURL, Postman, or your preferred programming language)
Authentication
The Pure API v2 uses API key authentication. Include your key in thex-api-key header with each request:
Making Your First Request
Let’s verify your authentication is working by making a request to the API information endpoint:Code Examples
JavaScript/Node.js
Python
Error Handling
The API returns structured error responses. Here’s how to handle them:Next Steps
Now that you’ve made your first API requests, you can:- Explore the API Reference to learn about all available endpoints
- Check out the Authentication Guide for detailed auth information
- Integrate the API into your application
- Contact us at [email protected] if you have any questions or need assistance
API Endpoints
The v2 API provides comprehensive access to Pure’s marketplace data through our OpenAPI specification. All endpoints are documented in the interactive API reference above, including:- Products: Get products by IDs, search, analytics, activity, and order book data
- Reference Data: Categories, subcategories, manufacturers, attributes, and materials
- Marketplace: Spot prices, order book stats, and shipping information
- Authentication: Secure API key-based authentication