Group FetchOne API
Endpoint
GET/api/group/fetchOne/{id}
Authentication
Provide your API token in the request headers:
X-Api-Token: your_token_prefix.your_token_secret
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | integer | Required | Trip ID to retrieve |
| include_trips | boolean | Optional | Include trip details (default: false) |
| trip_limit | integer | Optional | Amount of trip summaries to show (default: 50) |