DashboardGet cookie dashboard analytics
Dashboard

Get cookie dashboard analytics

Returns cookie-related dashboard analytics for the specified tenant and date range.

curl -X GET "https://api.neostra.io/api/v1/dashboard/cookies?tenantId=example_string&dateRange=30d" \
  -H "Content-Type: application/json"
{
  "status": 200,
  "message": "Success",
  "data": {},
  "errors": [
    "example_string"
  ]
}
GET
/api/v1/dashboard/cookies
GET
query
tenantIdstring
Required

The tenant identifier

query
dateRangestring

Date range filter for analytics data

Request Preview
Response

Response will appear here after sending the request

Query Parameters

tenantIdstring
Required

The tenant identifier

dateRangestring

Date range filter for analytics data

Responses

statusinteger

HTTP status code

messagestring

Response message

dataobject

Response payload

errorsstring[]

List of error details, if any