Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the customer group to return
Response
Getting the requested customer group
curl --request GET \
--url https://api.mijnklantportaal.nl/v1/customer-groups/{customerGroupId} \
--header 'Authorization: Bearer <token>'{
"id": "cug_abc12345def678",
"name": "Webhosting customers",
"createdAt": "2025-07-27T14:42:00+02:00"
}Get a specific Customer Group
curl --request GET \
--url https://api.mijnklantportaal.nl/v1/customer-groups/{customerGroupId} \
--header 'Authorization: Bearer <token>'{
"id": "cug_abc12345def678",
"name": "Webhosting customers",
"createdAt": "2025-07-27T14:42:00+02:00"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the customer group to return
Getting the requested customer group