Get details about a single contact record

GET /people/item/{unique_id}

Get the full details of a single contact record.

Path parameters

Responses

  • 200

    The structure of the list of people returned is the same as the people search function

GET /people/item/{unique_id}
curl \
 -X GET https://YOURSITE.infoodle.com/apiv2/people/item/{unique_id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"