ClaimDeviceInput
ClaimDeviceInput
claimTokenJwtstring Required
The device's claim token retrieved through the Mobile SDK.
siteIdid Required
The ID of the site to claim device to.
Was this section helpful?
Was this section helpful?
POST
authorizeIntegrationToOrgPOST
claimDeviceToSitePOST
createSitePOST
deleteSitePOST
disableIntegrationFromSitePOST
enableIntegrationAtSitePOST
healthPOST
inviteSiteRoleWithEmailNotificationPOST
inviteSiteRoleWithoutEmailNotificationPOST
removeIntegrationAuthorizationFromOrgPOST
removeSiteRolesPOST
sendTraitActionToDevicePOST
unclaimDeviceFromSitePOST
updateSiteInput required to claim a device to an existing site entity.
The device's claim token retrieved through the Mobile SDK.
The ID of the site to claim device to.
1
2
3
4
{
"claimTokenJwt": null,
"siteId": null
}