website logo
Sign Up ->
🌐Help Center
πŸ’ΌJobs
Navigate through spaces
⌘K
✏️ARCHBEE TEMPLATES
πŸ’»API Reference
Account Balance
Account Groups
Account Subscriptions
Accounts
Addresses
Analytics
Bulk Entitlements
Bundles
Carts
Customer Support Log
Dev Tools
Device Policy
Entitlements
Fulfilment
Gifting
Native Billing
Offers
Orders
Payment Details
Payment Instruction
Platform Status
Product Lists
Products
Service Credits
Sessions
Subscription Holiday
Subscriptions
Suppliers
Vouchers
πŸš€Realtime Editor with Markdown Shortcuts!
β›΅Integrations
AirTable
Miro
Figma
Github Gist
LucidChart
Trello
Prezi
Codepen
Iframe Embeds
🌀️Development in the Cloud
‴️Sharing Lambda Layers
πŸ”¨API Documentation
🌀️Endpoint Documentation
β›…GraphQL Endpoint Playground
☁️Full API Docs with Swagger/OpenAPI
πŸ§œβ€β™€οΈMermaid Diagrams
πŸ“„Why is Documentation Extremely Important for Engineers
Changelogs and Callouts
Code Editor Multi-Language
All Blocks
Tabs
Embed
πŸ—ΊοΈDatacenters (Minitasks and Maps)
API Reference
pet
store
user
Docs powered by
Archbee
API Reference
Device Policy

Register a device

2min
POST
Calling this endpoint will register a device against an account
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?
PREVIOUS
Update an account device policy
NEXT
Updates a device
Docs powered by
Archbee