Base URL
https://api.fastwayusa.us/v1
Authentication
- JWT Bearer Token: The API uses JSON Web Tokens (JWT) for authentication. You need to obtain a JWT token by signing in and then include it in the
Authorization header of your requests as a Bearer token.
Authorization: Bearer <your_jwt_token>
.
Get your jwt token in dashboard. Your token will expire after 365 days.
Endpoints
- Orders: Handles order-related operations.
- Payments: Handles payment-related operations.
- Inventories: Manages inventory-related operations.