Login

URL

/api/v1/login

Type

Post

Parameters
  • email
  • password
Request
{
    "email": "test@live.com",
    "password": "qwe123"
}
Response
{
    "status": 200,
        "success": true,
    "data": {
        "created_at": "2019-06-10T07:12:13Z",
        "id": 222,
        "is_admin": true,
        "is_coach": false,
        "name": "zaali",
        "thumbnail_url": "https://res.cloudinary.com/staging-hireclub/image/upload/sjtky6ilcdnlbg4aod2q",
        "updated_at": "2019-08-29T16:31:48Z",
        "username": "zaali"
    },
    "token": "SFMyNTY.g3QAAAACZAAEZGF0YWHeZAAGc2lnbmVkbgYAyhaicm0B.0ranKLWyjw4JKTs7NJfqFKDV_z2-0ViJ_lEI1Gar9Pk"
}

Updated