Skip to main content
GET
/
api
/
v1
/
billing
/
partners
/
{partner_id}
/
rate-change-history
Partner rate change history
curl --request GET \
  --url https://api.callaro.ai/api/v1/billing/partners/{partner_id}/rate-change-history \
  --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.

Path Parameters

partner_id
string
required

Response

Rate history

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