Get associated devices by email

This API returns an array of devices registered to the user account associated with the email specified in the query parameter. Here is an example of response data:

[
  {
    "device": {
      "dsn": "AC000W000000001",
      "id": 1234001
    }
  },
  {
    "device": {
      "dsn": "AC000W000000002",
      "id": 1234002
    }
  }
]
Language
Credentials
Header
Click Try It! to start a request and see the response here!