GET
/
v2
/
outbound
/
group-presets
List the caller's outbound group presets
curl --request GET \
  --url https://api-v2.watchcollect.com/v2/outbound/group-presets \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "actor_user_id": "<string>",
      "name": "<string>",
      "group_ids": [
        "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      ],
      "created_at_ms": 123,
      "updated_at_ms": 123,
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

User-scoped outbound group presets.

items
object[]
required