Get the details of a given 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" } }
The developer API key from your account
Show child attributes