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": "f6bbbad7-257c-4f27-891e-eeb20cd2c39f",
  "object": "affiliation_product",
  "affiliation": "bc1d621d-2cf5-4ba5-bdfa-9bbfd86d5f60",
  "product": "4c9073b1-606a-423b-a2ae-3d3baed8463e",
  "commission_structure": "dc2a67d3-2624-49d9-be0e-f93ae2d2e07f",
  "created_at": 1773903525,
  "updated_at": 1773903525
}

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.