GET
/
v1
/
profile
/
security
{
  "two_factor_method": "app",
  "backup_codes_remaining": 5,
  "last_password_change": "2024-01-15T10:00:00Z",
  "active_sessions": [
    {
      "device": "Chrome on MacOS",
      "ip": "192.168.1.1",
      "last_active": "2024-03-21T14:30:00Z",
      "location": "Zurich, Switzerland"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Security settings retrieved successfully

The response is of type object.