API Reference
Reference for the API
List all groups
cURL
curl --request GET \ --url https://cookiechimp.com/api/v1/groups \ --header 'Authorization: <api-key>'
{ "pagination": { "prev_url": "/api/v1/groups?page=", "next_url": "/api/v1/groups?page=2", "count": 4, "page": 1, "prev": null, "next": 2 }, "data": [ { "id": "abc123", "name": "Example Ltd", "external_id": "ABC_123", "partner": "partner_one", "max_pageviews_per_month": 500000 } ] }
Number of records to return per page
1 <= x <= 50
Page number
List of groups
The response is of type object.
object
Was this page helpful?