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": "055f2018-5362-47e5-92bb-cc44a5e98ac7",
  "object": "affiliation_product",
  "affiliation": "ade41302-940b-4a37-bf1d-282d3624ccf5",
  "product": "dd39e8fa-46cb-420c-a1b1-cded28d80c3f",
  "commission_structure": "f5ccf99b-7ab8-42e0-97b4-961fc149db09",
  "created_at": 1772112909,
  "updated_at": 1772112909
}

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.