POST
/v1.0/activation/uploadCSVRead-onlyProcesses uploaded CSV file and returns IMEI-ICCID pairs for activation confirmation. Accessible only to corps with Activation Tab enabled
Parameters
fileformDatafileThe 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"
}'