Verify Device via Verification Hash
POST {{baseUrl}}/v1/device/verification
Register device to your account by sending Verification Hash.
When a device is successfully verified & paired with an organization. The request returns response code 201. Additionally in response Header Location
will be available link to just verified device verification resource.
Parameters
Field | Type | Required | Description |
---|---|---|---|
none |
Body
content-type: application/json
or application/x-www-form-urlencoded
Field | Type | Description |
---|---|---|
verificationHash | string | Verification hash generated on screen during deployment |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{}