Sign in

Validate a tax ID

documented

Validates a tax ID for a given country.

GET /tax_ids/validateTaxesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://quadernoapp.com/api/tax_ids/validate?country={{$country}}&tax_id={{$tax_id}}" \
  -X GET \
  -u "{{QUADERNO_API_KEY}}:x" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"