# User Login

## User Login

<mark style="color:green;">`POST`</mark> `https://a1pay.net/api/usersapi/login`

Allow users to login to A1Pay

#### Request Body

| Name         | Type   | Description       |
| ------------ | ------ | ----------------- |
| UserPassword | string | Password of user  |
| Email        | string | Email of the user |

{% tabs %}
{% tab title="200 " %}

```javascript
{
  "status": "success",
  "data": {
    "user": {},
    "menus": {},
    "structuredMenus": {},
    "token": "authentication token"
  }
}
```

{% endtab %}
{% endtabs %}
