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": "b98b7aeb-0908-485c-b5cb-460eac9eb4cf",
  "object": "affiliation_product",
  "affiliation": "37f04c2f-7b87-486a-a0fc-0b99f69e5ee9",
  "product": "b630e076-a9c8-44c9-940c-bb57fdf7cbf9",
  "commission_structure": "deda7fea-eccf-43d5-be97-554061d15c9c",
  "created_at": 1769674924,
  "updated_at": 1769674924
}

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.