United Logistics API
Welcome to the United Logistics API documentation. This API allows you to programmatically manage fuel entries, products, and vendors for your fleet.This API uses REST principles and returns JSON responses. All requests require authentication using an API key.
Getting Started
To get started with the United Logistics API:- Generate an API Key: Navigate to Settings in your dashboard to generate your API key
- Authenticate: Include your API key in the
X-API-Keyheader of all requests - Make Requests: Use the documented endpoints to manage your fuel data
Base URL
All API requests should be made to:Authentication
All API requests must include your API key in the request headers:Rate Limiting
API requests are rate-limited to:- 100 requests per minute per API key
- 1,000 requests per hour per API key
429 Too Many Requests response.
Response Format
All responses are returned in JSON format with the following structure:Success Response
Error Response
Common HTTP Status Codes
| Status Code | Description |
|---|---|
200 | Success |
201 | Created |
400 | Bad Request - Invalid parameters |
401 | Unauthorized - Invalid or missing API key |
403 | Forbidden - Insufficient permissions |
404 | Not Found |
429 | Too Many Requests - Rate limit exceeded |
500 | Internal Server Error |
Available Endpoints
Fuel Entries API
Create, read, update, and delete fuel entry records
