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.
Get Company Information API
The Get Company Information API retrieves comprehensive details about a GNet Connect member company, including their fleet, services, locations, and operational information.Endpoint
GEThttps://core.grdd.net/api/content/{griddid}
Replace {griddid} with the specific company identifier (e.g., “latest” for the latest/demo company).
Authentication
This endpoint requires authentication using a Bearer token. To obtain an access token, see the Get Token API documentation. Headers:Request Example
Response
The API returns a comprehensive JSON object containing all company information.Response Structure
Response Fields
Company Information
conextid: Context identifier for the companyname: Full company nameaddress: Complete business addresscity: City namestate: State or provincezipCode: Postal/ZIP codecountry: Country nameairports: Array of airport codes servedlogo_url: URL to company logo imagecoType: Company type (e.g., “CO”)mainContact: Primary contact person namemainPhone: Main business phone numberwebURL: Company website URLsearchKeywords: Keywords for search optimizationdispatchPhone: Dispatch phone numberactiveFlg: Active status flag (“Y” or “N”)lat: Latitude coordinatelon: Longitude coordinatemainEmail: Primary contact emailassociations: Industry associationsnlaNumber: NLA registration numbergriddid: Unique GRiDD identifiervehicleTypeServiced: Array of vehicle types offeredvisibility: Public visibility setting
Services Array
Each service object contains:id: Unique service identifiertitle: Service namedescription: Detailed service descriptionimage_url: Service image URLextra_photos: Additional service photosdisplay_order: Display orderingtags: Service categorization tagsstatus: Service status (“active” or “inactive”)documents: Associated documentsslug: URL-friendly identifierupdatedAt/createdAt: Timestamps
Fleet Array
Each fleet object contains:id: Unique fleet identifiername: Fleet nametype: Vehicle type (e.g., “SUV”, “SEDAN”)model: Vehicle modeldescription: Fleet descriptionmax_passengers: Maximum passenger capacitymax_luggage: Maximum luggage capacitymax_carry_on: Maximum carry-on capacityimage_url: Fleet image URLcolors: Available vehicle colorsattributes: Additional fleet attributesstatus: Fleet statusminimum_rate: Minimum service ratehourly_rate: Hourly service rateslug: URL-friendly identifierupdatedAt/createdAt: Timestamps
Locations Array
Each location object contains:id: Unique location identifiername: Location nameaddress: Full location addresslocation: GPS coordinates (longitude,latitude)image_url: Location image URLairport_codes: Associated airport codestags: Location tagsstatus: Location statuscities: Associated citiesdescription: Location descriptionslug: URL-friendly identifierupdatedAt/createdAt: Timestamps