Get Dashboard Customer Acquisition Timeseries
Authorization<token>
Bearer token
In: header
X-Organization-ID<token>
Tenant or organization identifier
In: header
Query Parameters
rangeDays?integer
Format
int32Response Body
application/json
curl -X GET "https://api.nrings.io/v1/provider/dashboard/customer-acquisition-timeseries?rangeDays" \ -H "Authorization: Bearer {your_token}" \ -H "X-Organization-ID: {your_org_id}"{
"buckets": [
{
"day": "string",
"newCustomers": 0
}
]
}