Skip to main content
GET
/
taxes
/
associations
List tax associations
curl --request GET \
  --url https://us.api.flexprice.io/v1/taxes/associations \
  --header 'x-api-key: <api-key>'
{
  "items": [
    {
      "auto_apply": true,
      "created_at": "<string>",
      "created_by": "<string>",
      "currency": "<string>",
      "entity_id": "<string>",
      "entity_type": "customer",
      "environment_id": "<string>",
      "id": "<string>",
      "metadata": {},
      "priority": 123,
      "status": "<string>",
      "tax_rate": {
        "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>"
      },
      "tax_rate_id": "<string>",
      "tenant_id": "<string>",
      "updated_at": "<string>",
      "updated_by": "<string>",
      "valid_from": "<string>",
      "valid_to": "<string>"
    }
  ],
  "pagination": {
    "limit": 123,
    "offset": 123,
    "total": 123
  }
}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Query Parameters

entity_type
string

Entity Type

entity_id
string

Entity ID

tax_rate_id
string

Tax Rate ID

Response

OK

items
object[]
pagination
object