> ## Documentation Index
> Fetch the complete documentation index at: https://docs.grdd.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Content API Overview

> Overview of GNet Connect Content API for retrieving company information

## 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:**

```bash theme={null}
Authorization: Bearer <your_access_token>
```

or

```bash theme={null}
token: <legacy_token>
```

***
