Nexus

Nexus APIs

GET /v1/me/auth-methods

Gets information about the calling user's enrolled authentication methods.

Responses
200
Example
{
  "value": [
    {
      "id": "string",
      "name": "string",
      "type": "string",
      "enrolledAt": "string",
      "isConfirmed": false
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "id": "string",
      "name": "string",
      "type": "string",
      "enrolledAt": "string",
      "isConfirmed": false
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "id": "string",
      "name": "string",
      "type": "string",
      "enrolledAt": "string",
      "isConfirmed": false
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "id": "string",
      "name": "string",
      "type": "string",
      "enrolledAt": "string",
      "isConfirmed": false
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "id": "string",
      "name": "string",
      "type": "string",
      "enrolledAt": "string",
      "isConfirmed": false
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "id": "string",
      "name": "string",
      "type": "string",
      "enrolledAt": "string",
      "isConfirmed": false
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "id": "string",
      "name": "string",
      "type": "string",
      "enrolledAt": "string",
      "isConfirmed": false
    }
  ]
}
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