🚀 Sale Module API

Interactive API Demo & Documentation

📝 Demo Credentials

Use these credentials to test the API:

Username: vicio

Password: Password@1234

🔐 Authentication

📚 API Documentation

Authentication

All API requests require authentication using AWS Cognito. The authentication flow:

  1. Login with username and password
  2. Receive JWT tokens (ID Token, Access Token, Refresh Token)
  3. Include the ID Token in the Authorization header for all API requests
  4. Token format: Authorization: Bearer <ID_TOKEN>

Base URL

https://app.speedex.it/api

Available Endpoints

Response Format

All responses are in JSON format with the following structure:

{
  "statusCode": 200,
  "body": {
    "data": [...],
    "message": "Success"
  }
}

Error Handling