DevicePaired
Emitted when a device is paired with a verification hash.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | ✅ | Unique identifier of the event instance, generated when the event is emitted |
kind | "domain" | ✅ | Kind of the event |
type | "Device.Verification.DevicePaired" | ✅ | Type of the event |
payload | object | ✅ | Event-specific payload data |
Example
{
"id": "string",
"kind": "domain",
"type": "Device.Verification.DevicePaired",
"payload": {
"type": "Device.Verification.DevicePaired",
"originator": {
"accountId": 2768,
"organizationUid": "c401576cxxxxxxxxxxxxxxxx5780b65a",
"policyUid": "c956e32axxxxxxxxxxxxxxxx7bf16c75"
},
"deviceUid": "c8b104dbxxxxxxxxxxxxxxxx29941b3b",
"verificationHash": "1c61025fxxxxxxxxxxxxxxxxc517e042"
}
}
Shape
{
"id": "string",
"kind": "domain",
"type": "Device.Verification.DevicePaired",
"payload": {
"type": "Device.Verification.DevicePaired",
"originator?": {
"accountId?": "number",
"organizationUid?": "string",
"policyUid?": "string"
},
"deviceUid": "string",
"verificationHash": "string"
}
}