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": "c41f4292-cc95-4e03-b0ca-86445bc11ca2",
  "object": "affiliation_product",
  "affiliation": "4828a982-bc04-4383-bb05-199078ae8f1c",
  "product": "a77b1b3e-9594-4312-8e5c-d3a000f8ac89",
  "commission_structure": "33283425-a45b-448b-b95e-53424be202f2",
  "created_at": 1771429848,
  "updated_at": 1771429848
}

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.