api-hub.ch
← All APIs

AHV Number

Validate and format the 13-digit Swiss social security number (AHV/AVS).

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 '{"ahv":"756.9217.0769.85"}' \
  "https://api.api-hub.ch/v1/ahv/validate"

Replace the placeholder key with your live key from checkout.

Full request and response schemas are in the interactive API reference.