cURL
curl --request GET \ --url https://api.kajabi.com/v1/offers/{offer_id}/relationships/products \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "type": "<string>" } ], "links": { "self": "<string>" } }
get the offer’s relationship to products, response is a list of resource identifiers
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success, shows details for tags relationship
Show child attributes
Was this page helpful?