Onboarding
List devices
get
Required scopes
This endpoint requires the following scopes:
- : all privileges
- : all privileges
Authorizations
OAuth2clientCredentialsRequired
Token URL:
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
Path parameters
orgIdstringRequiredExample:
Organization id
hanchuResponses
200
Operation was successful
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
default
Internal error
application/json
get
/{orgId}/v1/devicesRegister device
post
Path parameters
orgIdstringRequiredExample:
Organization id
hanchuBody
assetIdstringRequiredExample:
Unique identifier of the device
H01X1****0032Responses
200
Operation was successful
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Device Does Not Exist
application/json
default
Internal error
application/json
post
/{orgId}/v1/devicesLast updated