For the complete documentation index, see llms.txt. This page is also available as Markdown.

Retrieve affiliate link

Retrieves the details of an existing affiliate link.

Request

GET

https://api.getrewardful.com/v1/affiliate_links/:id

Example

curl https://api.getrewardful.com/v1/affiliate_links/d0ed8392-8880-4f39-8715-60230f9eceab \
  -u YOUR_API_SECRET:

Response

Response code

Body

Not found

Response code

Body

404

JSON object describing the error.

{  "error": "Affiliate link not found: " }

Authentication failure

Response code

Body

401

Description of the authentication failure.

{  "error": "Invalid API Secret." }

Last updated

Was this helpful?