List Connect Tax Registrations
Authorization<token>
Bearer token
In: header
X-Organization-ID<token>
Tenant or organization identifier
In: header
Response Body
application/json
curl -X GET "https://api.noderings.com/v1/provider/connect/tax-registrations" \ -H "Authorization: Bearer {your_token}" \ -H "X-Organization-ID: {your_org_id}"{
"registrations": [
{
"id": "string",
"country": "string",
"state": "string",
"status": "string",
"registrationType": "string",
"activeFrom": "string",
"expiresAt": "string"
}
]
}