Identifier Validation
IBAN, SIRET, SIREN, VAT, BIC — checksum-verified, no external call.
- Method
- POST
- Endpoint
- /v1/identity-validate
- Auth
- X-API-Key
- Format
- JSON
- Types
- IBAN · SIREN · SIRET · VAT · BIC
- Verification
- checksum, offline
- Status
- 200 · 401 · 402 · 429
curl -X POST https://atomios.me/api/v1/identity-validate/ \
-H "X-API-Key: $ATOMIOS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"type":"iban","value":"FR7630006000011234567890189"}'