Skip to main content
GET
/
{shopId}
/
users
/
{userType}
Get shop customers/team
curl --request GET \
  --url http://staging.qshop.ng/apiv2/{shopId}/users/{userType}

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.

Path Parameters

userType
string
required
Example:

"customers"

Query Parameters

page
string
Example:

"1"

limit
string
Example:

"5"

Response

200 - undefined