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

Explore list IDs from the platform database.

Last modified on June 8, 2026