List websites
GET https://datafa.st/api/v1/admin/websites
List all websites the token can access, including your role on each (
owner, member, or viewer). Scoped tokens only return websites in their allowlist.Use the returned
_id as websiteId when calling Website API endpoints with a dft_ token.Request
This endpoint does not require any path, query, or body parameters.
Response
Returns a JSON object with
status: "success" and endpoint-specific fields in data.Response fields
data[]._iddata[].domaindata[].namedata[].trackingIddata-website-id.data[].timezonedata[].currencyUSD or EUR.data[].roleowner, member, or viewer.Authentication
Use a
dft_ account token with websites:read.Errors
See API errors for the standard error envelope, auth failures, validation errors, permission errors, and rate limits.