Skip to main content
GET
/
v1
/
credits
/
history
cURL
curl --request GET \
  --url https://api.nuvia.ai/v1/credits/history \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Token JWT de autenticação

Query Parameters

page
integer
default:1
Required range: 1 <= x <= 9007199254740991
limit
integer
default:20
Required range: 1 <= x <= 100
type
enum<string>
Available options:
debit,
refund,
allocation,
manual_allocation,
quota_change
feature
string
startDate
string
Pattern: ^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(\.\d+)?Z?)?$
endDate
string
Pattern: ^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(\.\d+)?Z?)?$

Response

200 - application/json

The response is of type object.