Request headers

Only registered user can perform this action
  Authentication - string - required
    Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"

Success response body

{
  "user_name": "Vadim Kruchina",
  "user_logins": [
    {
      "id": 1,
      "admin_name": "Stone Wood",
      "created_at": "2022-08-11T15:49:25.542Z"
    },
    ...
  ],
  "meta": {
    total_count: 5
  }
}

Params

Param name Description
user_id
required

Validations:

  • Must be a Integer