Was this helpful?
/groupingTypes
curl -L \ --url '/groupingTypes' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "results": [ { "name": "text", "externalCode": "text", "lastModifiedAt": "text", "createdAt": "text", "externalId": "text", "id": "550e8400-e29b-41d4-a716-446655440000", "code": "text" } ], "deltaToken": "text", "pageToken": "text" }
/groupingTypes/{id}
550e8400-e29b-41d4-a716-446655440000
^[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}$
curl -L \ --url '/groupingTypes/{id}' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "name": "text", "externalCode": "text", "lastModifiedAt": "text", "createdAt": "text", "externalId": "text", "id": "550e8400-e29b-41d4-a716-446655440000", "code": "text" }