Activation

Carrier lookup, inventory, standard/SmartSIM/eSIM activations, transactions, and downloads.

1 of 14

Filtering by query: /v1.0/activation/uploadCSV

POST/v1.0/activation/uploadCSVRead-onlyPermalink ↗

Processes uploaded CSV file and returns IMEI-ICCID pairs for activation confirmation. Accessible only to corps with Activation Tab enabled

Parameters

fileformDatafile

The file to upload.

cURL
curl -X POST "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/activation/uploadCSV" \
  -H "Authorization: Bearer $SENTINEL_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "example": true,
  "corpId": "NORTHSTAR-ISD"
}'

Build your first call in 5 minutes.

Grab a Dev SIM, get an API key, and POST /v1.0/auth/token from anywhere.