API Documentation

Build powerful integrations with the Bazaroo REST API.

Authentication

All API requests require an API key in the header:

Authorization: Bearer YOUR_API_KEY

Endpoints

GET/api/v1/products
POST/api/v1/products
PUT/api/v1/products/:id
DELETE/api/v1/products/:id

Rate Limits

API requests are limited to 100 requests per minute per API key.