Skip to main content
GET
/
projects
/
{projectId}
/
traffic
/
summary
Get traffic summary
curl --request GET \
  --url https://devtune.ai/api/v2/projects/{projectId}/traffic/summary \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "totalEvents": 123,
    "botEvents": 123,
    "referralEvents": 123,
    "uniqueSessions": 123,
    "botSessions": 123,
    "referralSessions": 123
  },
  "meta": {
    "timestamp": "2023-11-07T05:31:56Z",
    "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Authorizations

Authorization
string
header
required

API key with dtk_live_ prefix. Obtain it from API Keys in the account sidebar. New keys start with all supported scopes selected for the chosen project, and you can narrow them to specific read/write scopes as needed.

Path Parameters

projectId
string<uuid>
required

Query Parameters

daysBack
integer
default:30
Required range: 1 <= x <= 365
domain
string

Response

Traffic summary

data
object
meta
object