Base URL
- Production:
https://api.boltroute.ai - Staging:
https://staging-api.example.com - Local:
http://localhost:8080
Conventions
- Content-Type:
application/json - Date/Time: ISO 8601 (UTC)
- Pagination:
limit,offset - Error format: JSON error payload with
code,message, and optionaldetails
Endpoints
GET /api/v1/credits/transactions
Summary: List credit transactions for the authenticated user. Idempotent: Yes Tags: creditsRequest
HeadersContent-Type: application/json
Responses
200 OK - List of credit transactions
400 Bad Request - Invalid query parameters