Nexus

Nexus APIs

GET /v1/me/device-tokens

Gets information about the calling user's authorized devices.

Responses
200
Example
{
  "value": [
    {
      "id": "string",
      "name": "string",
      "type": "string"
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "id": "string",
      "name": "string",
      "type": "string"
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "id": "string",
      "name": "string",
      "type": "string"
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "id": "string",
      "name": "string",
      "type": "string"
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "id": "string",
      "name": "string",
      "type": "string"
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "id": "string",
      "name": "string",
      "type": "string"
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "id": "string",
      "name": "string",
      "type": "string"
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Security

Authentication is required for this operation.

Source: default

Requirements (any one option may satisfy)

  • Bearer and ApplicationToken
  • Basic