List Customer Groups
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
GET
https://api.salla.dev/admin/v2
Customer Groups
Last modified:2025-02-18 20:36:31
Information
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.salla.dev/admin/v2/customers/groups?page'
Response Response Example
200 - Example
{
"status": 200,
"success": true,
"data": [
{
"id": 2075683582,
"name": "VIP Customers"
},
{
"id": 2075683583,
"name": "Golden Customers"
}
],
"pagination": {
"count": 2,
"total": 2,
"perPage": 15,
"currentPage": 1,
"totalPages": 1,
"links": []
}
}
Request
Query Params
page
integerÂ
optional
Responses
Modified at 2025-02-18 20:36:31