List all Persons objects you have added in your profile.
Headers
Name | Value |
---|---|
Authorization | Bearer {token} |
Query parameters
Name | Value |
---|---|
limit | int. Maximum number of results returned. Default 100. |
offset | int. Used to paginate the results. Default 0. |
Response
Name | Value |
---|---|
persons | List of JSON objects. |
persons[].id | int. The ID of this person. |
persons[].first_name | string |
persons[].last_name | string |
persons[].consent | string. The consent given by your customer. |
persons[].email | string. |
persons[].last_opt_in | string. Timestamp of when this person was added (YYYYMMDD) |
Status Code
Code | Comment |
---|---|
200 | Request OK. |
401 | User not authorized |