The article includes:
Queue an activation to test or ready for a single KORE device from your stock inventory.
Notes: Review the activation process for detailed information.
IMEI is required for KORE VZW.
Request URL (production) | https://prismproapi.koretelematics.com/4/TransactionalAPI.svc/json/activateToState |
Request URL (sandbox) | https://prismproapi.sandbox.koretelematics.com/4/TransactionalAPI.svc/json/activateToState |
Request method | Post |
Request
Field | Data type | Mandatory | Min length | Max length | Description |
deviceNumber | string | Y | 11 | 20 | The SIM number or ICCID. |
EAPCode | string | Y | 6 | 15 | The EAP code for the Express Activation Profile to use for the activation. |
toState | string | Y | 4 | 20 | A valid destination state for the SIM. Possible values include test, ready, or active. Depending on the service type or your account configuration, one or more of these states may be disallowed. |
IMEI | string | N | 14 | 16 |
JSON request example
{
"deviceNumber" : "12345678912345678912",
"EAPCode" : "EAP000001",
"toState":"Active",
"IMEI" : ""
}
Response
Parameter name | Data type | Min length | Max length | Description |
requestStatus | int | Request status code | ||
trackingNumber | string | 7 | 50 | tracking number |
JSON response example
{
"trackingNumber" : "1234567891”
}