Retrieves detailed information about a specific tax.
id
: Tax UUID (required) - Must be a valid UUID formatGET /api/v0/taxes/123e4567-e89b-12d3-a456-426614174000
{
"id": "tax_123456",
"name": "Sales Tax",
"description": "Standard sales tax for retail transactions",
"percentage": 8.5,
"active": true,
"created_at": "2024-03-20T10:00:00Z",
"updated_at": "2024-03-20T10:00:00Z"
}
Your secret API key. Keep this secure and never expose it in client-side code.
Tax unique identifier (UUID)
"tax_123e4567-e89b-12d3-a456-426614174000"
Successfully retrieved tax