Skip to main content
GET
/
v1
/
affiliation_products
/
{id}
Retrieve
curl --request GET \
  --url https://{defaultHost}/v1/affiliation_products/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3a237170-4f3e-40e5-b644-35a40ef2bdf2",
  "object": "affiliation_product",
  "affiliation": "15b0d34f-99b4-4d92-9653-76ca4a380212",
  "product": "00ef7d48-dde3-420f-9444-5abbbb756b8a",
  "commission_structure": "72d5badc-e973-47bc-b57a-2977d5f8bd1a",
  "created_at": 1770234837,
  "updated_at": 1770234837
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Success

id
string | null

The UUID of the specific object.

object
string

A string describing the object type returned.

affiliation

Expandable – The associated affiliation ID.

commission_structure

Expandable – The associated commission structure ID.

product

Expandable – The associated product ID.

created_at
integer | null

Time at which the object was created. Measured in seconds since the Unix epoch.

updated_at
integer | null

Time at which the object was last updated. Measured in seconds since the Unix epoch.