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": "f7fc5c9b-06e8-40d2-a215-a2f6e6503f71",
  "object": "affiliation_product",
  "affiliation": "a5718ca0-9655-489d-9969-6b33a5616d45",
  "product": "cc115322-73b0-4b43-ae18-18a2b6a56480",
  "commission_structure": "edadc626-d6af-41e2-932e-d0ff68159745",
  "created_at": 1780925342,
  "updated_at": 1780925342
}

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.