v1

latestOpenAPI 3.0.02026-07-26254134307.1 KB
Contact Lists

List team contact lists

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

Required scope: contacts:read

get/teams/{team_id}/contact_lists

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"
    }
  ]
}