List access tokens
GET https://datafa.st/api/v1/admin/access-tokens
List all
dft_ account tokens created by the authenticated user. Returns masked keys only — full tokens are shown once at creation.Requires a
dft_ account token. Website API keys cannot access this endpoint.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[].namedata[].displayKeydata[].scopeuser.data[].permissions['*'] means full access. See permission list. Example: ['analytics:read', 'websites:read'].data[].websiteIds[] means all websites on the account. Example: ['665f0b3c4d2e1a0012345678'].data[].lastUsedAtdata[].createdAtdata[].keyAuthentication
Requires a
dft_ account token with api-keys:read. Website API keys (df_) cannot call this endpoint because it manages account-level resources.Create tokens in Account settings → API.
Errors
403 — Called with a
df_ website key.See API errors for the standard error envelope, auth failures, validation errors, permission errors, and rate limits.