Skip to main content
GET
/
api
/
v1
/
projects
/
{projectId}
curl --request GET \
  --url https://app.finseo.ai/api/v1/projects/67a1c2d3e4f5061728394a5b \
  --header 'Authorization: Bearer sk_live_xxxxxxxx'
{
  "data": {
    "id": "67a1c2d3e4f5061728394a5b",
    "name": "Finseo Marketing",
    "domain": "finseo.ai",
    "websiteUrl": "https://finseo.ai",
    "description": "AI visibility tracking for Finseo",
    "isDefault": true,
    "tags": ["product", "b2b"],
    "settings": {
      "brandAliases": ["Finseo", "Fin SEO"],
      "defaultLanguage": "en"
    },
    "createdAt": "2025-11-12T10:15:00.000Z",
    "updatedAt": "2026-03-28T14:22:00.000Z"
  }
}
Retrieves a single project by ID, including settings used for AI visibility tracking.
projectId
string
required
MongoDB-style project identifier.
curl --request GET \
  --url https://app.finseo.ai/api/v1/projects/67a1c2d3e4f5061728394a5b \
  --header 'Authorization: Bearer sk_live_xxxxxxxx'
{
  "data": {
    "id": "67a1c2d3e4f5061728394a5b",
    "name": "Finseo Marketing",
    "domain": "finseo.ai",
    "websiteUrl": "https://finseo.ai",
    "description": "AI visibility tracking for Finseo",
    "isDefault": true,
    "tags": ["product", "b2b"],
    "settings": {
      "brandAliases": ["Finseo", "Fin SEO"],
      "defaultLanguage": "en"
    },
    "createdAt": "2025-11-12T10:15:00.000Z",
    "updatedAt": "2026-03-28T14:22:00.000Z"
  }
}