List Customer Groups

GET {{baseUrl}}/customers/groups

This endpoint allows you to list all the customer groups in your store. Customer groups are aiming to divide customers into smaller groups instead of the default customers group to be able to serve them better and to determine their needs and also give each group special treatment.

OAuth Scopes


customers.read

Request Params

KeyDatatypeRequiredDescription
pagenumberThe Pagination page number

RESPONSES

status: OK

{"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":[]}}