Carrier Connections
Last updated
Was this helpful?
Was this helpful?
curl --request POST \
--url https://api.track123.com/gateway/open-api/tk/v2.1/track/import \
--header 'Track123-Api-Secret: 952a057cafdexxxe464de0ac' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
[
{
"connectionId": "ydhdhf6463",
"trackNo": "8746353623"
}
]
'