curl --location --request GET 'https://app.audienceful.com/api/people/' \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <token>'
{ "next": null, "previous": null, "count": 1, "results": [ { "uid": "jQKdwqp3YRRtTrwqUJEp7d", "email": "[email protected]", "extra_data": { "custom_field": "Test data", }, "tags": [ { "name": "Test tag", "color": "#f5e0e9" } ], "created_at": "2023-05-04T02:43:30.644651Z", "last_activity": "2023-07-31T02:44:56.122079Z", "status": "active", }, ] }
This endpoint gets the list of people in your audience.
Show values
Show properties