Skip to main content
POST
/
verify
/
{action}
Verify email
curl --request POST \
  --url http://staging.qshop.ng/apiv2/verify/{action} \
  --header 'Content-Type: application/json' \
  --data '
{
  "access_code": "LKSLIX",
  "email": "[email protected]"
}
'
{
  "data": {
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InRhcmViaUB5b2tlc29sdXRpb25zLmNvbSIsInVzZXJJZCI6IjVlN2U5NjU1MDk1ZDhiMTA4YTdjNWFjZCIsImlzQWRtaW4iOnRydWUsImlzU3VwZXJBZG1pbiI6dHJ1ZSwiaWF0IjoxNjU1ODAyNDMyLCJleHAiOjI2MDE4ODI0MzJ9.ZuEHNcH1-_QQK9_zXkVKmARwTlHe2yxufsST7rtVqaM",
    "user": {
      "email": "[email protected]",
      "full_name": "Tarebi Alebiosu",
      "id": "5e7e9655095d8b108a7c5acd",
      "isAdmin": true,
      "isSuperAdmin": true,
      "last_access": "2021-02-27T07:15:48.006Z",
      "reg_date": "2020-03-28T00:12:05.133Z",
      "reset_pass": false,
      "roles": [
        {
          "_id": "5e7e8827872c2c0f8c1c3fb2",
          "isAdmin": true,
          "isSuperAdmin": true,
          "name": "Super Admin User"
        }
      ],
      "shop": {
        "__v": 2,
        "_id": "5f3ef405c072de214d9d6703",
        "billingNotice": "2020-08-27T08:00:00.364Z",
        "bio": "Best uk used phone shop",
        "call": true,
        "created": "2020-08-20T22:07:01.725Z",
        "currencies": [],
        "email": "[email protected]",
        "inventoryConfig": {
          "displayOptionKeyId": "6c6f775f696e5f73746f636b",
          "enableProductPageStockCount": false,
          "isLowStockEnabled": false,
          "isOutOfStockEnabled": false
        },
        "locations": [],
        "logo": "5f3ef405c072de214d9d6702-inbound3469806257505107320.jpg",
        "modified": "2020-08-20T22:07:01.725Z",
        "name": "I sell phones and laptop",
        "owner": {
          "__v": 0,
          "_id": "5f3ef3c8c072de214d9d6701",
          "email": "[email protected]",
          "full_name": "Arinze Esomnofu",
          "last_access": "2021-08-11T09:14:41.759Z",
          "pass": "$2b$10$dmOPpIxa7dlfCYCbiMYWiueO2JWfQ9VcqynlIYfTlRu5RWCD9hDre",
          "profiles": [],
          "referred_by": "5f3c62f4bc19938f1ad2e212",
          "reg_date": "2020-08-20T22:06:00.935Z",
          "reset_pass": false,
          "roles": [
            "5e7e89bf872c2c0f8c1c3fb4"
          ],
          "shopCount": 1,
          "social": [],
          "telephone": "+2348031391676",
          "username": "[email protected]"
        },
        "paymentError": [],
        "paymentMethods": [],
        "productWeightConfig": {
          "unit": "kg"
        },
        "products": 1,
        "shippingRates": [
          {
            "_id": "5ee6a2f6eea46308e8f84863",
            "countryCode": "NG",
            "disableShipping": false,
            "enableShipping": true,
            "name": "Rivers",
            "rate": "4000"
          }
        ],
        "shopCategory": {
          "_id": "5f3c62287fe78f559ccf7793",
          "name": "Phones & Tablets",
          "weight": 140
        },
        "shopPreview": "2020-08-28T11:42:09.730Z",
        "slug": "i-sell-phones-and-laptop",
        "status": "pending",
        "telephone": "+2348031391676",
        "theme": "MINIMAL",
        "whatsApp": true
      },
      "telephone": "+2347061240799",
      "username": "[email protected]"
    }
  },
  "message": "User authenticated successfully",
  "status": 200,
  "success": true
}

Path Parameters

action
string
required
Example:

"login"

Body

application/json
access_code
string
Example:

"LKSLIX"

email
string

Response

200 - application/json

200

data
object
message
string
Example:

"User authenticated successfully"

status
number
Example:

200

success
boolean
Example:

true