Skip to content

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:

EnvironmentURL
Localhttp://localhost:<PORT>
StagingConfigured in Heroku
ProductionConfigured 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.

Envia Admin