GET
/
api
/
v0
/
taxes
/
{id}
Get a tax by ID
curl --request GET \
  --url https://api.devdraft.ai/api/v0/taxes/{id} \
  --header 'x-client-secret: <api-key>'

Authorizations

x-client-secret
string
header
required

Your secret API key. Keep this secure and never expose it in client-side code.

Path Parameters

id
string<uuid>
required

Tax unique identifier (UUID)

Example:

"tax_123e4567-e89b-12d3-a456-426614174000"

Response

200

Successfully retrieved tax