REST API documentation

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

Endpoints

Errors

401 / 403 / 422 / 429invalid key; no active subscription; invalid input; 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"}'