Tablets
Overview
You can get your tablet and mobile devices list with this API request.
This tablet will be used in sign start API and smart template API.
API detail
Request
- URL:
/tablets
- Method:
GET
Response
Success
- Status code:
200
- Body:
{
"data": [
{
"name": "iPad - Company",
"device_id": "E3EJJ305D-A91E-59FD-8A29-9D2E8C8B9CA4",
"fcm_token": "fcm12kawef...",
"created_at": "2022-12-14T16:47:07.225901Z",
"owner": "user1@gmail.com",
"users": [
"user2@gmail.com"
]
},
]
}