Skip to main content
POST
/
api
/
v2
/
admin
/
login
Admin login
curl --request POST \
  --url https://faisalshop.mvp-apps.ae/api/v2/admin/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "faisal@b-seenapp.com",
  "password": "••••••••"
}
'
{
  "token": "322|gA24v1gzIJme72431KwUqyvPRotoRrIpMNAy3mXhe513ff48",
  "user": {
    "id": 17,
    "tenant_id": null,
    "name": "Faisal KC",
    "email": "faisal@b-seenapp.com",
    "phone": null,
    "country_code": null,
    "email_verified_at": null,
    "phone_verified_at": null,
    "user_type": "CONSUMER",
    "photo_url": null,
    "theme": "system",
    "language": "en",
    "timezone": null,
    "email_marketing": "0",
    "email_system": "1",
    "push_system": "1",
    "is_active": "1",
    "created_at": "2025-09-17T10:16:45.000000Z",
    "updated_at": "2025-09-17T10:16:45.000000Z"
  }
}

Body

application/json
email
string<email>
required
Example:

"faisal@b-seenapp.com"

password
string<password>
required
Example:

"••••••••"

Response

Auth success

token
string
required

Bearer token

user
object
required