RETM | REST API
  1. Groups
RETM | REST API
  • Developer guide
  • New to our DevPortal 🤔
  • Install & test your app in STG
  • Marketplace Installation Guide
  • Authentication
    • Token
      POST
  • Webhook
    • Overview
    • Invoice Webhooks
      • Webhook Events
      • Invoice Created
    • Orders Webhooks
      • Webhook Events
      • Order Triggeres
    • Menu Webhooks
      • Menu Updates
      • Menu Changed
    • Loyalty Webhooks
      • Promotional Coupon
      • Check Reward
      • Redeem Reward
    • Customer webhook
      • Customer Data
      • Customer hook
    • Error webhook
      • Stay Alert to Connectivity Issues
      • Error webhook
  • Orders
    • Orders
      GET
    • Create Order
      POST
    • Cancel Order
      POST
    • Update delivery order status
      POST
  • Invoices
    • Invoices
      GET
  • Menu
    • Categories
      • List Categories
      • Single Categoy
    • Groups
      • Single Group
        GET
      • List Groups
        GET
    • Products
      • Products
      • Single Product
      • Simple List
    • Menu
      GET
  • Branches
    • Branches
      GET
  • Devices
    • Devices
  • Order type
    • Order types
    • Create order type
  • Price Lists
    • Price Lists
  • Payment Methods
    • Payment methods
    • Create pay method
  • Order Charges
    • order charges
    • Create order charges
  • Taxes
    • Tax list
    • Create tax
  • Customers
    • Customers
  1. Groups

List Groups

GET
https://{serviceID}.retm.sa/api/v2/groups/list
Fetch all categories in the system

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200Success
application/json
Body

Example
[
    {
        "id": "01k57ta2dz6mkgp1dc5j1bn7xh",
        "name": {
            "ar": "تجربة 2",
            "en": "test 2"
        },
        "image": "https://cdn.retm.sa/groups/4ZlbWHMBp.jpg?class=cat",
        "icon": "chocolate",
        "status": true
    },
    {
        "id": "01k59pzxpzb0vkeqnw9sgvfjhj",
        "name": {
            "ar": "منيو الفروع",
            "en": "Branches menu"
        },
        "image": null,
        "icon": "chocolate",
        "status": true
    },
    {
        "id": "01k6b2zd0k1emx2d4ftvr9tzzx",
        "name": {
            "ar": "شاهي",
            "en": "Royal"
        },
        "image": "https://cdn.retm.sa/groups/Spr18L6ZM.jpeg?class=cat",
        "icon": "hamburger-02",
        "status": true
    },
    {
        "id": "01k6cvgk2rsdgm6yfdj774qq1b",
        "name": {
            "ar": "باشا",
            "en": "Pasha"
        },
        "image": "https://cdn.retm.sa/groups/DxmiFMfxm.png?class=cat",
        "icon": "rolling-pin",
        "status": true
    },
    {
        "id": "01k7085yj6x3qyzppa77q9n87v",
        "name": {
            "ar": "تجربة فرعية",
            "en": "Sub-experiment"
        },
        "image": "https://cdn.retm.sa/groups/KLW7AM5xP.png?class=cat",
        "icon": "spaghetti",
        "status": true
    },
    {
        "id": "01k7151gzkchpam126gftvsrjh",
        "name": {
            "ar": "تجربة مهند",
            "en": "Engineer's experience"
        },
        "image": null,
        "icon": "dashboard-square-01",
        "status": true
    },
    {
        "id": "01k8ndxzt5srxhj2gag4s1rqmh",
        "name": {
            "ar": "تجربة - C34",
            "en": "Test - C34"
        },
        "image": "https://cdn.retm.sa/groups/R2vRMETmm.png?class=cat",
        "icon": null,
        "status": true
    },
    {
        "id": "01kjtv16csrjjmzwh7b07bervt",
        "name": {
            "ar": "منيو اوم اوم",
            "en": "منيو اوم اوم"
        },
        "image": null,
        "icon": "chocolate",
        "status": true
    },
    {
        "id": "01kjtvecm175fsfse80aw8rz30",
        "name": {
            "ar": "منيو بوكيه",
            "en": "منيو بوكيه"
        },
        "image": null,
        "icon": "coffee-beans",
        "status": true
    },
    {
        "id": "01kjtvjb3s0bddpwdkzqnf0fxm",
        "name": {
            "ar": "قائمة فرع بوم بوم",
            "en": "قائمة فرع بوم بوم"
        },
        "image": null,
        "icon": null,
        "status": true
    }
]
Modified at 2026-03-04 20:56:28
Previous
Single Group
Next
Products
Built with