Skip to content

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
Required
Example56892
formatinteger

Query Parameters

resellerPlanId*

The ID of the reseller plan, which must relate to your reseller account.

Typenumber
Required
Example10
formatinteger
expiry

The expiry date for the activation in milliseconds since epoch. The device will be deactivated at this time.

Typestring
Example1773148282815
formatdate-time

Responses

Request was successful
application/json
JSON
{
"success": "string"
}

Samples