Skip to main content
GET
/
v2
/
smart-lists
/
by-domain
/
{domain}
Get lists by domain
curl --request GET \
  --url https://product-api.thedatacity.com/api/v2/smart-lists/by-domain/{domain} \
  --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

domain
string
required

Hostname (e.g. example.com).

Response

200 - application/json

Smart list IDs from the platform database.

Last modified on June 8, 2026