id
. The tax providers can also be sorted or paginated.curl '{backend_url}/admin/tax-providers' \
-H 'Authorization: Bearer {access_token}'
{
"limit": 0,
"offset": 0,
"count": 0,
"estimate_count": 0,
"tax_providers": [
{
"id": "tp_taxjar_taxjar",
"is_enabled": true
}
]
}