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

Path Parameters

userType
string
required
Example:

"customers"

Query Parameters

page
string
Example:

"1"

limit
string
Example:

"5"

Response

200 - undefined