Skip to main content

Site Traffic

GET 

/partner/logs/traffic/:user_domain_idx

Retrieve daily traffic totals for a specific website within the specified date range.

Request

Responses

200Successfully retrieved traffic information
Response 200
{
"message": {
"key": "RES000000",
"value": "success"
},
"data": {
"search_term": {
"from": "20250301",
"to": "20250331"
},
"domain": "test.com",
"total_traffic": [
{
"date": "2025-03-27",
"traffic": 6745760
}
],
"timezone": "UTC"
}
}
Schema Details
FieldTypeDescription
messageobject
dataobject