# Get per-day stats for current user **POST /stats/all** ## Servers - https://call.xap3y.space/v1: https://call.xap3y.space/v1 () ## Authentication methods - Api key auth ## Parameters ### Body: application/json (object) - **fromDate** (string(date-time)) - **toDate** (string(date-time)) - **limit** (integer) - **fillMissing** (boolean) ## Responses ### 200 Stats for the requested range #### Body: application/json (object) - **error** (boolean) - **timestamp** (string(date-time)) - **uniqueId** (string | null) ### 401 Unauthorized or invalid API key/cookie #### Body: application/json (object) - **error** (boolean) - **timestamp** (string(date-time)) - **uniqueId** (string | null) [Powered by Bump.sh](https://bump.sh)