curl --request GET \
--url https://us.api.flexprice.io/v1/taxes/rates \
--header 'x-api-key: <api-key>'[
{
"code": "<string>",
"created_at": "<string>",
"created_by": "<string>",
"description": "<string>",
"environment_id": "<string>",
"fixed_value": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"percentage_value": "<string>",
"scope": "INTERNAL",
"status": "published",
"tax_rate_status": "ACTIVE",
"tax_rate_type": "percentage",
"tenant_id": "<string>",
"updated_at": "<string>",
"updated_by": "<string>"
}
]Get tax rates
curl --request GET \
--url https://us.api.flexprice.io/v1/taxes/rates \
--header 'x-api-key: <api-key>'[
{
"code": "<string>",
"created_at": "<string>",
"created_by": "<string>",
"description": "<string>",
"environment_id": "<string>",
"fixed_value": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"percentage_value": "<string>",
"scope": "INTERNAL",
"status": "published",
"tax_rate_status": "ACTIVE",
"tax_rate_type": "percentage",
"tenant_id": "<string>",
"updated_at": "<string>",
"updated_by": "<string>"
}
]Enter your API key in the format x-api-key <api-key>*
1 <= x <= 1000x >= 0asc, desc INTERNAL, EXTERNAL, ONETIME published, deleted, archived OK
Show child attributes
INTERNAL, EXTERNAL, ONETIME published, deleted, archived ACTIVE, INACTIVE percentage, fixed