Detail Customer Group
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location --request GET 'http://petfen-voucher.local.com:8086/api/cms/v1/customer-groups/3' \
--header 'X-Auth-Service: Bearer ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json Modified at 2025-05-04 02:45:19