Skip to main content

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

Documents Data

GET /api/content/{griddid}/documents — Get detailed documents information for a specific company

Authentication

All Content API endpoints require authentication using a valid Bearer token. Example:
Authorization: Bearer <your_access_token>
or
token: <legacy_token>