GET
/
offer
/
promotions
/
{id}
/
customers
curl --request GET \
  --url https://services.commercengine.dev/api/v1/x2yh61zw4k/admin/offer/promotions/{id}/customers \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "success": true,
  "content": {
    "customer_id": [
      "<string>"
    ],
    "segment_id": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

promotion id

Response

200 - application/json
OK
message
string
success
boolean
content
object