Articles on: Kiosk Browser Remote Management - REST API

API Endpoint: Registration Key

A Registration Key is used to register devices to Remote Management.

GET
/api/registrationkey - get all registration keys on account
/api/registrationkey?key=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx - get registration key by key

POST
/api/registrationkey - create registration key, include json in the request body as per below:

{\"devicegroupid\":1,\"notes\":\"My notes\"}

Updated on: 06/05/2018

Was this article helpful?

Share your feedback

Cancel

Thank you!