Skip to main content
GET
/
api
/
v1
/
billing
/
partner_cost_report
Partner cost report
curl --request GET \
  --url https://api.callaro.ai/api/v1/billing/partner_cost_report \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "message": "<string>",
  "meta": {},
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

partner_id
string
from
string

ISO8601 datetime or epoch seconds/millis.

to
string

ISO8601 datetime or epoch seconds/millis.

page
integer
default:1
Required range: x >= 1
per_page
integer
default:50
Required range: 1 <= x <= 500

Response

Report

data
object
message
string | null
meta
object
request_id
string | null