latestOpenAPI 3.0.02026-08-10171532.2 KB

c6c3717d477d

Recipient

Get all recipients

get/recipients

Response

Get all recipients

current_pageinteger
last_pageinteger

Example response

{
  "data": [
    {
      "name": "John Doe",
      "email": "john@company.com",
      "filters": [
        {
          "id": "temp-key-234",
          "key": "Region",
          "value": "North"
        }
      ],
      "placeholders": [
        {
          "key": "name",
          "value": "John Doe"
        }
      ],
      "created_at": "2024-01-17T09:45:14.000000Z",
      "updated_at": "2024-01-17T09:45:14.000000Z"
    }
  ],
  "current_page": 1,
  "last_page": 5
}