Get Credits Daily Usage
Authorization
bearerAuth AuthorizationBearer <token>
JWT token from authentication
In: header
Path Parameters
organization_id*string
Length
1 <= lengthQuery Parameters
days?integer
Range
1 <= value <= 90Default
30Response Body
application/json
curl -X GET "https://example.com/organizations/org_abc123/credits/daily"{ "daily": [ { "date": "string", "added": 0, "used": 0 } ], "days": 0}