This endpoint enables you to retrieve a list of all participants in your promotions (Audience).
The list only includes base attributes. To retrieve the full list of attributes, check Audience Member Details
GET https://api.beeliked.com/v1/audience/members
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
page | Integer (optional) | Page number |
limit | Integer (optional) | Results per page |
test_mode | Boolean (optional) | Show only test mode or not |
MEMBER OBJECT (PAGINATED)
Attribute | Type | Description |
---|---|---|
id | Integer | Identifier |
is_test | Boolean (optional) | Whether is was created as a test |
uid | String (optional) | Unique identifier. Eg.: Member email |
created_at | DateTime string | Date and time of creation |
updated_at | DateTime string | Date and time of last update |
base_attributes | Json (optional) | Json representation of base data attributes: first_name, last_name, email, terms and newsletter |
Check the Pagination section to check the full structure of paginated responses.