Get group by ID
curl --request GET \
--url https://cookiechimp.com/api/v1/groups/{id} \
--header 'Authorization: <api-key>'
{
"id": "abc123",
"name": "Example Ltd",
"external_id": "ABC_123",
"partner": "partner_one",
"max_pageviews_per_month": 500000
}
ID of the resource
Group
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cookiechimp.com/api/v1/groups/{id} \
--header 'Authorization: <api-key>'
{
"id": "abc123",
"name": "Example Ltd",
"external_id": "ABC_123",
"partner": "partner_one",
"max_pageviews_per_month": 500000
}