Skip to content

Offer_Code_Retrieve

Request

Security
basicAuth
Path
idintegerrequired

The ID of the offer code

merchant_uuidstring, (uuid)required

The external organization ID of the merchant. aka: external_org_id

curl -i -X GET \
  -u '<username>:<password>' \
  'https://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_merchant_v1/api/v1/sponsor/merchants/{merchant_uuid}/offer-code/{id}/'

Responses

Bodyapplication/json
idintegerread-onlyrequired
namestring, <= 255 charactersrequired
is_activeboolean or null
rate_sheet_merchant_product_pricesArray of objects(MerchantRateSheetProductPrice)required
Response
{ "id": 0, "name": "string", "is_active": true, "rate_sheet_merchant_product_prices": [ { … } ] }