Competitor Tracker & Co. Docs

Get a single snapshot with signed URLs for the HTML, markdown, and screenshot assets.

Get a single snapshot with signed URLs for the HTML, markdown, and screenshot assets — Competitor Tracker & Co. API reference for GET /v1/snapshots/{id}.

Required role: member or higher (organization-level).

Required scope: snapshots:read (for both OAuth2 tokens and API keys).

GET
/v1/snapshots/{id}

Authorization

X-API-Key<token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

curl -X GET "https://api.competitortracker.io/v1/snapshots/string"
{
  "id": "string",
  "trackedPageId": "string",
  "trackedPage": {
    "url": "string",
    "normalizedUrl": "string",
    "pageType": "string"
  },
  "fetchedAt": "string",
  "source": "string",
  "contentHash": "string",
  "html": {
    "url": "http://example.com",
    "expiresInSeconds": 1
  },
  "md": {
    "url": "http://example.com",
    "expiresInSeconds": 1
  },
  "png": {
    "url": "http://example.com",
    "expiresInSeconds": 1
  },
  "labels": [
    {
      "id": "string",
      "name": "string",
      "color": "string"
    }
  ]
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}