Skip to main content

Retrieve a single offer by ID

GET 

/offers/:id

Retrieve a single offer by its unique offer id, scoped to your authenticated app.

Use this endpoint when you already have an offer id (for example, one you stored earlier) and need to fetch its current details on demand, such as when building a push notification that references a specific offer.

Unlike the offer list endpoint, this endpoint also returns offers that are currently disabled or have been deleted, so you can still display offer details after an offer has left the active feed. Use data.status on the returned offer to tell whether it is active, disabled, or deleted, and data.disabled_at / data.deleted_at to see when the change happened.

Offers that have been archived (removed from the system after a prolonged period) are no longer retrievable and return a 404 response.

Request

Responses

The requested offer, including its lifecycle status.