LicenseActivationResource

The resource provides the access to license activation on the local system.

The following resources are applicable:

POST /license/activation/web

Provides web license activation by downloading activation packet.

Request Body

media type data type
application/json SCItem (JSON)
application/xml SCItem (XML)

Response Body

media type data type
application/vnd.ptc.sc+json SCItem (JSON)

POST /license/activation/local

Provides the license activation by uploading activation packet from local file system

Request Body

media type data type description
multipart/form-data (custom) formData the input data required for license activation

Response Body

media type data type
application/vnd.ptc.sc+json object (JSON)

GET /license/status

Returns SCItem with current status of license.

Response Body

media type data type
application/vnd.ptc.sc+json SCItem (JSON)

GET /license/web_url

Returns URL to the web system for the purpose of performing web based activation.

Response Body

media type data type
application/vnd.ptc.sc+json SCItem (JSON)

GET /license/web_connection_status

Returns status object containing web connection information.

Response Body

media type data type
application/vnd.ptc.sc+json SCItem (JSON)

GET /license/validSG

End point to fetch valid sg available for offline user at the time of activation.

Response Body

media type data type
application/vnd.ptc.sc+json SCItem (JSON)