Retrieves a list of contact items that are part of your contact list specified by {listId}.
GET https://api.snapaddy.com/grabber/v1/contactlist/{listId}/contactitems
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| listId | string | ID of the contact list |
Required |
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| page | int32 | Pagination offset starting at 0 (default: 0) |
|
| limit | int32 | Pagination limit (default: 15) |
This request requires the use of one of following authorisation methods:
API key
.
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 |