API Endpoint: Registration Key (Classic Remote Management)
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:
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: 10/07/2024
Thank you!