Devices
Provision a new device
post/devices
Query parameters
deviceType'dedicated_physical_device' | 'dedicated_premium_device' | 'dedicated_ios_device'
countrystring
ISO 3166-1 alpha-2 country code. If omitted the system picks the country with the most availability.
ISO 3166-1 alpha-2 country code. If omitted the system picks the country with the most availability.
profileIdstring
Profile ID to use as device spec
Profile ID to use as device spec
Request body
Example request
{
"$schema": "https://example.com/schemas/DeviceSpec.json",
"location": {
"$schema": "https://example.com/schemas/Location.json"
}
}Response
OK
Example response
{
"$schema": "https://example.com/schemas/DeviceInfo.json"
}