Tax Details
GET {{baseUrl}}/taxes/:tax
This endpoint allows you to return the complete details for specific tax by providing the ID of the tax you want to get its details in the tax path parameter.
Scope: taxes.read
- Taxes Read Only
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"id":"\u003cnumber\u003e","tax":"\u003cnumber\u003e","status":"\u003cstring\u003e","country":"\u003cstring\u003e"}}