Skip to main content
GET
/
v1
/
products
/
{productId}
/
websites
List tracked websites
curl --request GET \
  --url https://api.siteline.ai/v1/products/{productId}/websites \
  --header 'Authorization: Bearer <token>'
[
  {
    "domain": "example.com",
    "websiteId": "site_123"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.siteline.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Siteline public API key. Create one under Team settings > Public API Key.

Path Parameters

productId
integer
required

Product ID returned by GET /v1/products.

Example:

42

Response

Array of active websites.

domain
string
required
Example:

"example.com"

websiteId
string
required
Example:

"site_123"