GETassessment:read
/api/v1/taxbridge/schema
Retrieve the current versioned assessment schema.
Send the complete key in the X-TaxBridge-API-Key header. Keys are displayed once and stored by TaxBridge only as hashes.
curl -H "X-TaxBridge-API-Key: tbk_test_..." \ https://your-backend.example/api/v1/taxbridge/schema
Retrieve the current versioned assessment schema.
Evaluate a structured preparation payload using the governed rules engine.
List active workspaces accessible to the API-key owner.
List preparation tasks in an accessible or key-restricted workspace.
curl -X POST \
-H "Content-Type: application/json" \
-H "X-TaxBridge-API-Key: tbk_test_..." \
-d '{"businessCountry":"Finland","customerCountries":["Nigeria"],"businessType":"digital_services"}' \
https://your-backend.example/api/v1/taxbridge/evaluate