Skip to content

Get tax

GET
/v1/taxes/{code}

Get a tax by code.

code
required
Code
string

Successful Response

TaxResponse
object
id
required
Id
string format: uuid
code
required
Code
string
name
required
Name
string
rate
required
Rate
string
/^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$/
description
Any of:
string
category
Any of:
string
applied_to_organization
required
Applied To Organization
boolean
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time

Unauthorized

Tax not found

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object