Content API Overview
The GNet Connect Content API provides endpoints for retrieving comprehensive company information including fleet details, services, locations, and other business data. This API is designed to help partners and applications access up-to-date information about GNet Connect members.Key Features
Company Information Retrieval
- Retrieve complete company profiles including contact details, branding, and operational information
- Access company-specific data such as fleet inventory, service offerings, and service locations
- Get real-time updates on company status and availability
Structured Data Access
- Consistent JSON response format across all endpoints
- Rich metadata including images, descriptions, and categorization tags
- Support for filtering and pagination where applicable
API Endpoints
Company Data
GET/api/content/{griddid} — Retrieve complete company information including fleet, services, and locations
Fleet Information
GET/api/content/{griddid}/fleet — Get detailed fleet information for a specific company
Services Information
GET/api/content/{griddid}/services — Retrieve services offered by a specific company
Locations Information
GET/api/content/{griddid}/locations — Get service locations for a specific company
Authentication
All Content API endpoints require authentication using a valid Bearer token. Example:Response Format
All endpoints return data in a consistent JSON format with the following structure:Getting Started
- Obtain Authentication Token: Use the Get Token API to obtain a valid access token
- Make API Requests: Include the Bearer token in your request headers
- Handle Responses: Parse the JSON response to access company data