UID / VAT Number
Validate and format the Swiss business identifier (UID, CHE-XXX.XXX.XXX) and its VAT-number form.
First 1000 checks/month free, then CHF 0.001 per check
Example request
curl -H "Authorization: Bearer ah_live_…" \
-X POST \
-H "Content-Type: application/json" \
-d '{"uid":"CHE-116.281.710 MWST"}' \
"https://api.api-hub.ch/v1/uid/validate"Replace the placeholder key with your live key from checkout.
Full request and response schemas are in the interactive API reference.