API Endpoints
This page serves as a catalog of all available API endpoints in the Envia Admin backend.
Base URL
The API base URL depends on the environment:
| Environment | URL |
|---|---|
| Local | http://localhost:<PORT> |
| Staging | Configured in Heroku |
| Production | Configured in Heroku |
Authentication
Most endpoints require a valid JWT token in the Authorization header:
Authorization: Bearer <token>Endpoint Catalog
TODO
Document API endpoints grouped by domain module. For each endpoint, include:
- HTTP method and path
- Description
- Required authentication
- Request parameters/body
- Response format
How to Contribute
When adding new API endpoints, update this reference page with the endpoint details. Follow the format established above to maintain consistency.
