v1

latestOpenAPI 3.0.02026-07-26254134307.1 KB
Contact Groups

List team groups

List contact groups belonging to the requested team (workspace).

⚠️ Deprecated endpoint

This endpoint has been deprecated. Please use the compatible contact list endpoints instead.

  • GET /teams/{team_id}/contact_lists.

Required scope: contacts:read

get/teams/{team_id}/contact_groups

Path parameters

team_idstring required

The team ID

Response

Array of contact lists

Example response

{
  "_links": {
    "self": "https://yourCompany.api.frontapp.com/contact_lists"
  },
  "_results": [
    {
      "_links": {
        "self": "https://yourCompany.api.frontapp.com/contact_lists/grp_3j342",
        "related": {
          "contacts": "https://yourCompany.api.frontapp.com/contact_lists/grp_3j342/contacts",
          "owner": "https://yourCompany.api.frontapp.com/teammates/tea_e35u"
        }
      },
      "id": "grp_3j342",
      "name": "Party Planning Committee"
    }
  ]
}