POST
/
v1
/
billing
/
usage
curl --request POST \
  --url https://api.pulze.ai/v1/billing/usage \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

time_from
integer
required
time_to
integer
required
per_provider
enum<string>
required
Available options:
0,
1

Response

200
application/json
Successful Response

The response is of type any.