contact groups

Get all contact groups

Returns a list of contact groups for an account.

get/contact-groups

Query parameters

pageinteger

Page of results

limitinteger

The number of contact groups to return per page

Response

OK

Example response

{
  "data": [
    {
      "id": "123",
      "name": "Operations Team",
      "email_addresses": [
        "johnsmith@example.com",
        "janesmith@example.com"
      ],
      "integrations": [
        "1",
        "2",
        "3"
      ],
      "mobile_numbers": [
        "447712345678",
        "447987462344"
      ],
      "ping_url": "https://www.example.com/notifications"
    }
  ],
  "metadata": {
    "page": 1,
    "per_page": 25,
    "page_count": 10,
    "total_count": 230
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.