# MileIQ API ## Docs - [Changelog](https://developer.mileiq.com/api-reference/changelog.md): New updates and improvements to the MileIQ External API. - [Example: Retrieving Drives](https://developer.mileiq.com/api-reference/example-drive-retrieval.md): A comprehensive guide to retrieving a large batch of drives using the MileIQ External API - [Getting Started](https://developer.mileiq.com/api-reference/getting-started.md): Getting started with the MileIQ External API - [Get Group by ID](https://developer.mileiq.com/api-reference/groups/get-group-by-id.md): Retrieve detailed information for a specific group by its unique identifier. The authenticated user must be an administrator of the requested group to access its data. - [Get Group Reported Drives](https://developer.mileiq.com/api-reference/groups/get-group-reported-drives.md): Retrieve a paginated list of reported drives for a specific group, ordered by last modification date (most recent first). This endpoint returns drives that have been submitted for review by group members. Note: The 'created' field represents when the drive was reported to the system, while 'started_… - [Get Groups](https://developer.mileiq.com/api-reference/groups/get-groups.md): Retrieve all groups (teams) that the authenticated user has administrative access to. Only returns groups where the user is designated as an administrator. - [Rate Limiting](https://developer.mileiq.com/api-reference/rate-limiting.md): Rate limiting for the MileIQ API - [Get Current User Profile](https://developer.mileiq.com/api-reference/users/get-current-user-profile.md): Retrieve comprehensive profile information for the currently authenticated user, including personal details, contact information, and account status. - [Get User by ID](https://developer.mileiq.com/api-reference/users/get-user-by-id.md): Retrieve detailed profile information for a specific user by their unique identifier. Note: Users can only access their own profile data due to privacy restrictions. - [Get User Drives](https://developer.mileiq.com/api-reference/users/get-user-drives.md): Retrieve a paginated list of drives for a specific user, ordered by last modification date (most recent first). Supports filtering by drive classification (business, personal, or all) and date ranges. Note: The 'created' field represents when the drive was recorded in the system, while 'started_at'… - [Introduction](https://developer.mileiq.com/introduction.md): Welcome to the MileIQ API Documentation ## OpenAPI Specs - [openapi](https://external-api.mileiq.com/openapi.json) - [openapi-from-anchor-url-0](https://developer.mileiq.com/openapi-from-anchor-url-0) ## Optional - [Blog](https://mileiq.com/blog)