API Description
- Retrieve all TATs that is eligible for specified company.
API Endpoint
GET
/api/v1/tatQuery Parameters
| Name | DataType | Value |
|---|---|---|
company_token | String | wNpOV47PLkRuS8taZpMaPQDTU |
report_type | String | prop-value |
Responses
🟢 Success
{
"success": true,
"message": "Data retrieved successfully.",
"data": {
"tat": [
{
"slug": "standard",
"name": "Standard",
"turnaround_time": 3,
"turnaround_time_text": "3-5 biz days",
"fee": 0,
"due_date": "2025-02-13"
},
{
"slug": "super-rush",
"name": "Super Rush",
"turnaround_time": 1,
"turnaround_time_text": "2-4 biz days",
"fee": 10,
"due_date": "2025-02-11"
},
{
"slug": "rush",
"name": "Rush",
"turnaround_time": 2,
"turnaround_time_text": "2-4 biz days",
"fee": 15,
"due_date": "2025-02-12"
}
]
},
"meta": {},
"errors": []
}