Get tax

Retrieves a single tax rate by its ID.

Path Parameters

ParameterTypeRequiredDescription
idintegerYesTax unique identifier

Response Fields

FieldTypeDescription
idintegerTax unique identifier
namestringTax name (e.g., "VAT 20%", "GST 10%")
ratefloatTax rate as decimal (0.20 = 20%)
byDefaultbooleanWhether this is the default tax rate
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Response

  • 200 OK: Returns the tax details
  • 401 Unauthorized: Invalid or missing API key
  • 404 Not Found: Tax not found
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
Responses
200

Successful response

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!