This documentation provides comprehensive details about all available endpoints, request parameters, and response formats for the 3A Brands API.
🔐 Authentication
Most endpoints require authentication. After logging in, you’ll receive a token that must be included in the header of subsequent requests.🌐 Base URL
All API endpoints are relative to the base URL:
https://demo.nivara.io📦 Response Formats
Responses are returned in various formats depending on the endpoint:- JSON
- HTML
- File Downloads
Used for most data operations and CRUD functionality.
⚠️ Error Handling
The API uses standard HTTP status codes to indicate the success or failure of requests.| Status Code | Description |
|---|---|
| 200 | Success |
| 201 | Created |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Server Error |
When an error occurs, the response will include details about what went wrong in a standardized format.