Skip to content

Get a site

Returns one site with the same rollup fields as List sites.

GET /api/v1/sites/:siteId
Terminal window
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
}
}
CodeWhen
NOT_FOUNDThe site doesn’t exist in your account.
SITE_SCOPE_MISMATCHThe token is locked to a different site.