X-Admin-Key: ********************curl --location 'https://api.snakk.ai/api/admin/legacy-customers' \
--header 'X-Admin-Key: <api-key>'{
"count": 0,
"total_with_overage": 0,
"customers": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"email": "string",
"plan": "string",
"plan_slug": "string",
"minutes_used": 0,
"minutes_quota": 0,
"overage_minutes": 0,
"overage_cost": 0,
"needs_manual_invoice": true,
"created_at": "2019-08-24T14:15:22.123Z"
}
]
}