Get Recommendation
Get the recommendation information based on the division ID.
get
https://api.cartup.ai/v1/widget/custom
curl --request GET 'https://api.cartup.ai/v1/widget/custom?request={"orgId":"8dbc90c4-ad66-48c4-9711-ce3065cf","orgName":"store","divisionId":"Content_Jogger_PDP_Freshcouture"}'
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'X-Cartup-Access-Token: $CARTUP_API_KEY'
--header 'X-Cartup-orgId : $CARTUP_ORD_ID'
Key | Type | Description | Required |
---|---|---|---|
orgId | String | Your Org ID | Yes |
divisionId | String | HTML Tag ID | Yes |
orgName | String | Your Org Name | Yes |
{
"orgId": "850a8b8f-a6fe-49e4-88fc-874843279d66",
"divisionId": "test123",
"orgName": "WorldMarts"
}
Last modified 1yr ago