Activate device on reseller plan
GET
/devices/id/activateOnResellerPlan
Activates a device on a reseller plan.
This is a special endpoint for resellers to activate a device on a reseller plan.
If you want to activate a device on a modern plan, see the V2 API.
Authorizations
ApiKeyAuth
TypeAPI Key (header: Authorization)
Parameters
Path Parameters
id*
The ID of the device to activate.
Typenumber
RequiredExample
56892
format
integer
Query Parameters
resellerPlanId*
The ID of the reseller plan, which must relate to your reseller account.
Typenumber
RequiredExample
10
format
integer
expiry
The expiry date for the activation in milliseconds since epoch. The device will be deactivated at this time.
Typestring
Example
1773148282815
format
date-time
Responses
Request was successful
application/json
JSON
{
"success": "string"
}
GET
/devices/id/activateOnResellerPlan