Skip to main content

Headers

Authorization
string
required
Bearer token from OTP verification
Format: Bearer {jwt_token}
{
  "success": true
}
This is a placeholder implementation that validates authentication but does not return actual order data. Orders are created automatically after successful Stripe payments via webhooks, but customer-facing order history functionality is not yet implemented. Full order history with detailed order data, filtering, and pagination is planned for a future release.