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": "eb637864-af78-4892-b2cf-838bfdc4bf8b",
  "object": "affiliation_product",
  "affiliation": "2f25eb07-867e-453f-a5d4-2aad84b7b1ba",
  "product": "391814ce-8071-4b75-be9e-1c2cfb618a0c",
  "commission_structure": "906252d3-88da-4743-9753-5198eb67ae52",
  "created_at": 1776176508,
  "updated_at": 1776176508
}

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.