Skip to main content
GET
/
v2
/
smart-lists
/
by-email
/
{email}
Get lists by email
curl --request GET \
  --url https://product-api.thedatacity.com/api/v2/smart-lists/by-email/{email} \
  --header 'Authorization: Bearer <token>'
[
  123
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

email
string<email>
required

Email address (URL-encoded if needed).

Response

200 - application/json

Smart list IDs from the platform database.

Last modified on June 8, 2026