---
title: "Publish Loyalty Program Offer"
method: POST
path: "/v2/loyalty/programs/{programId}/offers/{offerId}/publish"
tags: ["Loyalty"]
---

# Publish Loyalty Program Offer

`POST /v2/loyalty/programs/{programId}/offers/{offerId}/publish`

### Publish Offer

Changes the status of an offer to 'LIVE' or 'SCHEDULED' based on the start date.

- **Path Parameters**:
    - `programId`: UUID of the loyalty program
    - `offerId`: UUID of the offer

- **Returns**:
    - Offer details as a JSON object after status update.

## Path parameters

- `offerId` union, required
  - string
  - string
- `programId` union, required
  - string
  - string

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/loyalty/apis/loyaltydog.md) · [All operations](https://skmtc.net/loyalty/apis/loyaltydog/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loyalty/loyaltydog/versions/42b7b22af2b6/schema)
