Return all devices of the current user
GET/api/v1/users/me/devices
Return all devices of the current user
Request
Query Parameters
page int32
Default value: 1
Page offset to fetch.
per_page int32
Default value: 10
Number of results to return per page.
Responses
- 200
Return all devices of the current user
- application/vnd.api+json
- Schema
Schema
any
Loading...