Skip to main content
POST
/
login
User login
curl --request POST \
  --url http://staging.qshop.ng/apiv2/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "adeyinkabadmus@gmail.com",
  "password": "password"
}
'

Documentation Index

Fetch the complete documentation index at: https://developers.qshop.tech/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
email
string
Example:

"adeyinkabadmus@gmail.com"

password
string
Example:

"password"

Response

200 - undefined