Get valid twin numbers


This request returns a list of phone numbers that the user may use to twin with.

Resource

GET /me/device/twin_list

Parameters

None

Payload

None

Response

Object Response <[String]>.

Contains a list of telephone numbers that are valid numbers for twinning.

Context

Authorization

User

Errors

Example

Request
GET https://xelion.nl/api/v1/master/me/device/twin_list
Response
{
  "object": [
    "+31618545311",
    "+31611233445"
  ],
  "links": [
    {
      "rel": "self",
      "href": "http://www.xelion.nl/api/v1/master/me/device/twin_list",
      "method": "GET"
    }
  ]
}