v1

latestOpenAPI 3.0.02026-07-24161215397.4 KB
Tax Rates

Retrieve all tax rates.

Retrieve all tax rates.

Required scopes: flex.billing.taxRates.read

get/api/v2/organizations/{orgSlug}/tax-rates

Path parameters

orgSlugstring required

organization slug

Query parameters

$selectstring
Example:recipient,sender

Select fields to return

$cursorNextstring
$cursorPrevstring
$limitnumber

Response

rangeStartnumber
rangeEndnumber
cursorNextstring
cursorPrevstring

Example response

{
  "results": [
    {
      "_id": "6a59d07d856fad4ee41952bd",
      "components": []
    }
  ]
}