> ## Documentation Index
> Fetch the complete documentation index at: https://docs.affonso.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Promotion URL

> Get a single promotion URL

Retrieve a promotion URL that belongs to your program.

## Path Parameters

<ParamField path="id" type="string" required>The promotion URL identifier.</ParamField>

## Response

Returns one promotion URL. See [List Promotion URLs](/api/endpoint/program/list-promotion-urls) for the response object.

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET "https://api.affonso.io/v1/program/promotion-urls/promotion_url_abc123" \
    -H "Authorization: Bearer sk_live_your_api_key"
  ```
</RequestExample>
