Nexus

Nexus APIs

GET /v1/me/login-history

Gets information about the calling user's login history.

Responses
200
Example
{
  "value": [
    {
      "date": "string",
      "ipAddress": "string",
      "userAgent": "string",
      "description": "string"
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "date": "string",
      "ipAddress": "string",
      "userAgent": "string",
      "description": "string"
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "date": "string",
      "ipAddress": "string",
      "userAgent": "string",
      "description": "string"
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "date": "string",
      "ipAddress": "string",
      "userAgent": "string",
      "description": "string"
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "date": "string",
      "ipAddress": "string",
      "userAgent": "string",
      "description": "string"
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "date": "string",
      "ipAddress": "string",
      "userAgent": "string",
      "description": "string"
    }
  ]
}
Schema
Name Type Attributes Description Extensions
value nullable
Example
{
  "value": [
    {
      "date": "string",
      "ipAddress": "string",
      "userAgent": "string",
      "description": "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