Get a site
Returns one site with the same rollup fields as List sites.
GET /api/v1/sites/:siteIdExample
Section titled “Example”curl https://app.theaccessibility.company/api/v1/sites/site_a1b2c \ -H "Authorization: Bearer tac_mcp_..."{ "data": { "id": "site_a1b2c", "name": "Marketing site", "baseUrl": "https://example.com", "primaryHost": "example.com", "primaryStandard": null, "status": "active", "createdAtMs": 1745837200000, "openIssueCount": 12, "criticalCount": 2, "seriousCount": 5 }}Errors
Section titled “Errors”| Code | When |
|---|---|
NOT_FOUND | The site doesn’t exist in your account. |
SITE_SCOPE_MISMATCH | The token is locked to a different site. |