v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

View the Contacts of a specified group

View the contacts that a group is consisted of.

get/groups/my/{name}/contacts

Path parameters

namestring required

The name of the group.

Headers

Authorizationstring required

Bearer {access-token}

Response

200

totalPagesinteger
lastboolean
totalElementsinteger
numberOfElementsinteger
firstboolean
sizeinteger
numberinteger

Example response

{
  "content": [
    {
      "id": "5677be63e4b03e664ce6542f",
      "firstName": "Nick2",
      "lastName": "Davis",
      "mobile": "+306984512666",
      "country": "GR",
      "groups": [
        "All"
      ]
    }
  ],
  "totalPages": 1,
  "last": true,
  "totalElements": 3,
  "numberOfElements": 3,
  "first": true,
  "size": 20
}