---
title: "Retrieve an offer link"
method: GET
path: "/offer_links/{id}"
tags: ["offer-links"]
---

# Retrieve an offer link

`GET /offer_links/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- OfferLink
  - `id` string, required
  - `url` string, required
  - `subscriber_id` string, required
  - `subscription_id` string, required
  - `offer_id` string, required
  - `status` 'created' | 'viewed' | 'accepted' | 'invalid' | 'expired', required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `401` — Error
- `404` — Error

---

[API](https://skmtc.dev/prosperstack/apis/prosperstack-api-reference.md) · [All operations](https://skmtc.dev/prosperstack/apis/prosperstack-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prosperstack/prosperstack-api-reference/revisions/407ea9202622/schema)
