This endpoint allows you to fetch a list of all groups in your Requestly account. It supports pagination for handling large datasets. For a live view and to test this API interactively, visit the API Playground.
Endpoint
- Method: GET
-
URL:
https://api2.requestly.io/v1/groups
Query Parameters
| Parameter | Type | Description | Required | Default Value |
|---|---|---|---|---|
offset | Integer | The index from where the results should start. Useful for pagination. | No | 0 |
pageSize | Integer | The number of results to return. Maximum value is 75. | No | 30 |
cURL Request
Sample Response
Response Codes
| Status Code | Description |
|---|---|
| 200 | List of groups retrieved successfully. |
| 400 | Bad Request. |
| 401 | Unauthorized action. |
| 500 | Server error. |

