Devices
List devices
List device codes
Create device code
Get device code
Get device
Webhooks
device.code.paired
device.created
<- Devices webhooks
Devices webhooks
API version
2024-11-20
All versions ->
EVENT
Published when a Device is created.
Example code
merchant_id
string
The merchant the newly created device belongs to.
type
The type of event this represents. The value is "device.created".
"device.created"
event_id
A UUID that uniquely identifies this device creation event.
created_at
Read only The time when the device creation event was first created, in RFC 3339 format.
data
DeviceCreatedEventData
The metadata associated with the device creation event.
Show attributes