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
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 / 403 / 422 / 429 — invalid 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"}'