curl -X GET "https://api.affonso.io/v1/program/promotion-urls/promotion_url_abc123" \
-H "Authorization: Bearer sk_live_your_api_key"
Promotion URLs
Get Promotion URL
Get a single promotion URL
GET
/
v1
/
program
/
promotion-urls
/
{id}
curl -X GET "https://api.affonso.io/v1/program/promotion-urls/promotion_url_abc123" \
-H "Authorization: Bearer sk_live_your_api_key"
Retrieve a promotion URL that belongs to your program.
Path Parameters
string
required
The promotion URL identifier.
Response
Returns one promotion URL. See List Promotion URLs for the response object.curl -X GET "https://api.affonso.io/v1/program/promotion-urls/promotion_url_abc123" \
-H "Authorization: Bearer sk_live_your_api_key"
Was this page helpful?
