Skip to main content
GET
/
v1
/
groups
Get Groups
curl --request GET \
  --url https://external-api.mileiq.com/v1/groups
{
  "resources": [
    {
      "id": "<string>",
      "display_name": "<string>",
      "members": [
        {
          "value": "<string>",
          "display": "<string>",
          "is_admin": true,
          "is_driver": true
        }
      ],
      "meta": {
        "resourceType": "<string>",
        "created": "2023-11-07T05:31:56Z",
        "lastModified": "2023-11-07T05:31:56Z",
        "location": "<string>"
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.mileiq.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string

Response

Successfully retrieved list of accessible groups. Returns an array of group objects with their details including members, metadata, and display information.

Response model containing a collection of groups with their complete information and member details

resources
GroupSchema · object[]
required

Array of group objects containing detailed information about each accessible group, including members, roles, and metadata