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": "7d675ed8-2e3c-4fab-93b8-aa2b4f692fe8",
  "object": "affiliation_product",
  "affiliation": "e5d513f8-9475-45d5-bcfd-17433c2c4cc5",
  "product": "f5e7f2b8-4fd7-48da-abb9-75bda4a5dfee",
  "commission_structure": "e7e70dc1-8b14-46c6-baac-2ab9ff5e7939",
  "created_at": 1767909660,
  "updated_at": 1767909660
}

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.