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 — and for publishing content back into the GNet network. This API is designed to help partners and applications access up-to-date information about GNet Connect members and post to the network from their own platforms.

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

Content Publishing

  • Create posts on the GNet network from your own backend in a single call
  • Identical validation, rate limits, trust scoring and moderation to the Connect portal
  • Idempotent retries so network failures never double-post

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

Publishing

POST /api/partner/postsPosts API for creating, listing, reading, revising, and retiring posts as your own company

Authentication

All Content API endpoints require authentication using a valid Bearer token. Example:
or