Skip to content
Endless Documentation

Get Credits Daily Usage

GET
/organizations/{organization_id}/credits/daily

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Path Parameters

organization_id*string
Length1 <= length

Query Parameters

days?integer
Range1 <= value <= 90
Default30

Response Body

application/json

curl -X GET "https://example.com/organizations/org_abc123/credits/daily"
{  "daily": [    {      "date": "string",      "added": 0,      "used": 0    }  ],  "days": 0}