API Docs
Search
K
Comment on page

Get Recommendation Types

Get the list of recommendation algorithm and the relevant page the recommendation widget can be placed.

End Point

get
https://api.cartup.ai/v1/algorithm

Curl Example

curl --request GET 'https://api.cartup.ai/v1/algorithm
--header 'Accept : application/json' \
--header 'Content-Type : application/json' \
--header 'X-Cartup-Access-Token : $CARTUP_API_KEY'
--header 'X-Cartup-orgId : $CARTUP_ORD_ID'