Skip to main content
GET
/
api
/
v1
/
{app_id}
/
customer-groups
/
{customer_group_slug}
Error
A valid request URL is required to generate request examples
{
  "app_id": "<string>",
  "created_at": "<string>",
  "discount_percentage": 123,
  "discount_percentage_decimals": 123,
  "id": "<string>",
  "name": "<string>",
  "slug": "<string>",
  "store_group_id": "<string>",
  "updated_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.enad.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

app_id
string
required

UUID of the app

customer_group_slug
string
required

Customer group slug

Response

OK

app_id
string
created_at
string
discount_percentage
integer
discount_percentage_decimals
integer
id
string
name
string
slug
string
store_group_id
string
updated_at
string