Documentation de l’API REST
Use Authorization: Bearer iccid_pro_…. Create and revoke keys in your account. Keys are shown once and must not be shared.
Endpoints
POST /api/v1/iccid/lookup— body:{"iccid":"…"}POST /api/v1/iccid/batch— body:{"iccids":["…"]}, up to 1,000GET /api/v1/usagePOST /api/v1/keys— authenticated website sessionDELETE /api/v1/keys/:id— authenticated website session
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"}'