Tenant.public.customer Groups.show
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
Query parameters
includestring · max: 255Optional
Responses
200Success
application/json
objectOptional
401
Unauthenticated
application/json
404Error
application/problem+json
422
Validation error
application/json
get/customer-groups/{id}
GET /your-tenant/api/v1/customer-groups/{id} HTTP/1.1
Host: plan.claret.app
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{}Last updated
Was this helpful?