This is part of the REST API Endpoint Reference. For authentication, rate limits, and general API usage, see REST API – Getting Started.
Base path: /api/v1/websites/:websiteId/ux-audits
| Method | Path | Description | Scope |
|---|---|---|---|
GET | /api/v1/websites/:websiteId/ux-audits | List UX audits for a website | read:organization |
POST | /api/v1/websites/:websiteId/ux-audits | Create a new AI-powered UX audit | write:organization |
GET | /api/v1/websites/:websiteId/ux-audits/:auditId | Get UX audit details | read:organization |
GET | /api/v1/websites/:websiteId/ux-audits/:auditId/report | Get UX audit report (202 if processing) | read:organization |
Base path: /api/v1
| Method | Path | Description | Scope |
|---|---|---|---|
GET | /api/v1/plans | List available pricing plans | read:organization |
GET | /api/v1/roles | List available team member roles | read:organization |
Base path: /api/v1/settings – Read-only (GET). Write endpoints (PUT) require admin role.
| Method | Path | Description | Scope |
|---|---|---|---|
GET | /api/v1/settings/schedule | Get default test schedule settings | read:organization |
GET | /api/v1/settings/usage | Get monthly test limit | read:organization |
GET | /api/v1/settings/usage/reports | Get usage reports for a date range | read:organization |
GET | /api/v1/settings/device | Get default device type | read:organization |
GET | /api/v1/settings/plugins | Get plugin visibility settings | read:organization |
GET | /api/v1/settings/auto-retry | Get auto-retry setting | read:organization |
GET | /api/v1/settings/variables | Get test variables | read:organization |
Base path: /api/v1/test-flow-types
| Method | Path | Description | Scope |
|---|---|---|---|
GET | /api/v1/test-flow-types | Get available test flow types | read:organization |