Documentação da API REST

Use Authorization: Bearer iccid_pro_…. Create and revoke keys in your account. Keys are shown once and must not be shared.

Endpoints

Errors

401 invalid key, 402 quota exhausted, 403 no active subscription, 422 invalid input, 429 rate limited.

curl -X POST https://iccidnumber.com/api/v1/iccid/lookup \
  -H "Authorization: Bearer $ICCID_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"iccid":"8986001234567890123"}'