Skip to main content
GET
/
v1
/
users
/
{userId}
/
devices
List user devices
curl --request GET \
  --url https://api.magne.app/v1/users/{userId}/devices \
  --header 'Authorization: Bearer <token>'
[
  {
    "deviceId": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string<uuid>
required

Response

Success

deviceId
string
createdAt
string<date-time>