API Reference
Device Policy
Register a device
2min
POST
AUTHENTICATION
Authorization
Bearer
Bearer
PATH PARAMETERS
accountReference
string
*devicePolicyReference
string
*HEADER PARAMETERS
X-TokenId
string
The eSuite Token Id
X-SessionId
string
The eSuite Session Id
X-Version
string
*The eSuite Version
Origin
string
The eSuite Origin
BODY PARAMETERS
deviceDTO
FictiveGlobal.Api.Rest.Dtos.v1.Devices.DeviceDTO
*deviceReference
string
deviceName
string
deviceType
string<none | mobile | tablet | console | tv | desktop>
status
string<Active | AwaitingDeletion>
The device status
identifier
string
registeredDate
string<date-time>
Example: 2021-09-21T05:33:16.8228669
lastUpdateDate
string<date-time>
registeredSlot
FictiveGlobal.Api.Rest.Dtos.v1.Devices.DeviceSlotDTO
RESPONSES
200
OK
string
OK
400
β’ The device name parameter is mandatory..
<br />β’ The device type parameter must contain desktop, mobile, tablet, console or tv value.
<br />β’ The device identifier parameter is mandatory.
401
API Authentication Failure: Invalid Authentication Type/Credentials Provided.
403
β’ Missing privilege.
<br />β’ Disabled Device Management Feature.
<br />β’ Invalid account.
<br />β’ Invalid device policy.
ο»Ώ
ο»Ώ
Updated 22 Sep 2023
Did this page help you?