cURL
curl --request GET \ --url https://api.village.do/v1/lists/{listId}/items \ --header 'secret-key: <api-key>' \ --header 'user-identifier: <user-identifier>'
{ "data": { "items": [ { "id": 101, "graph_id": "186532", "type": "people", "data": {} } ], "pagination": { "total": 2, "page": 1, "limit": 20, "hasNextPage": false } } }
Specify the user making the request. This identifier should match the one you used when integrating the user with Village.
Items page
The response is of type object.
object