Skip to main content
GET
List Recipients

Authorizations

Authorization
string
header
required

Bearer token authentication using your thanks.io API key

Path Parameters

mailingListId
integer
required

ID of mailing list

Example:

56

Query Parameters

limit
integer

Number of results to return per page.

Required range: 1 <= x <= 10000
Example:

1000

updated_since
string

Return only recipients updated since this date/time. Format: YYYY-MM-DD HH:MM:SS

Example:

"2020-04-06 01:55:50"

Response

Successful Response

data
object[]

Array of recipient objects

current_page
integer

Current page number

Example:

1

first_page_url
string | null

URL of the first page of results

Example:

"https://api.thanks.io/api/v2/mailing-lists-utils/recipients/3014?page=1"

from
integer

Index of the first item on the current page

Example:

1

last_page
integer

Total number of pages

Example:

1

last_page_url
string | null

URL of the last page of results

Example:

"https://api.thanks.io/api/v2/mailing-lists-utils/recipients/3014?page=1"

next_page_url
string | null

URL of the next page of results

path
string

Base URL for the resource

Example:

"https://api.thanks.io/api/v2/mailing-lists-utils/recipients/3014"

per_page
integer

Number of items per page

Example:

50

prev_page_url
string | null

URL of the previous page of results

to
integer

Index of the last item on the current page

Example:

12

total
integer

Total number of items

Example:

12