api-docs-icon

Get Contacts On List

GET
/ api/ v1/ contacts/ {id}

Get all contacts on a given list.

The response will contain an array of contacts data starting from the given start row, with a limit on the number of records.

The maximum value for the limit is 100. If the limit is greater than 100 or equal to 0, the limit is automatically set to 100.

id
integer (int32)
required

id of contact list

limit
integer (int32)

limit counts exclude the starting row. The maximum value for the limit is 100. If the limit is greater than 100 or equal to 0, the limit is automatically set to 100

start
integer (int32)

starting row number begins at 1

Response

application/json
array[object]
object

Code Examples

Response