Returns the tracking page url for an account + order/return
https://api.gomalomo.com/public/tracking_pages/url
account_id
- Malomo account id (required)slug
- select which Malomo hosted tracking page to use (optional)- Passthrough (optional params that will be added to the tracking page url to get a particular Order / Return):
_m_id
- Malomo Order ID OR_m_alt_id
- Shopify Order ID_m_return_alt_id
- Loop Return ID
The Accept
header is required! (see example below)
curl "https://api.gomalomo.com/public/tracking_pages/url?account_id=0000e895-a435-4db3-9ba8-d9d9be51aafb&_m_alt_id=4692134756397" \
-H 'Accept: application/vnd.malomo+json; version=2'
{
"url": "https://example.com/foo-bar?_m_alt_id=4692134756397"
}
This API endpoint does not require authentication, but it requires knowing the Malomo Account ID.