Retrieves a list of contact items that are part of your contact list specified by {listId}.

Request

GET https://api.snapaddy.com/grabber/v1/contactlist/{listId}/contactitems

Path parameters

Parameter name Value Description Additional
listId string

ID of the contact list

Required

Query parameters

Parameter name Value Description Additional
page int32

Pagination offset starting at 0 (default: 0)

limit int32

Pagination limit (default: 15)

Authorisation

This request requires the use of one of following authorisation methods: API key .

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

Success

ContactItem
401 Unauthorized

Unauthorized

Error
500 Internal Server Error

Internal Server Error

Error

Explore this API

listId

ID of the contact list

page

Pagination offset starting at 0 (default: 0)

limit

Pagination limit (default: 15)

Response Content-Type

Choose an authorisation method:

API key API key to be used for request
Try it out!