Skip to main content
GET
/
projects
/
{projectId}
GET a project
curl --request GET \
  --url https://visitorquery.com/api/v1/projects/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "apiKeyPublic": "<string>",
    "apiKeyPrivate": "<string>",
    "domain": "<string>",
    "disabled": true,
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.visitorquery.com/llms.txt

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

Authorizations

Authorization
string
header
required

The developer API key from your account

Path Parameters

projectId
string
required

Response

200

data
object