Docly Child

Authentication

All API calls must include this header to authenticate the usage of TrackShip API.

Replace the API_KEY_HERE with your own API key. and Replace the APP_NAME with your app name

trackship-api-key: API_KEY_HERE
app-name: APP_NAME
Content-Type: application/json

How to find your API Key

Navigate to Account Setting > API Key, you can copy your key to the clipboard by clicking the copy your API Key. The API Key will be used to authenticate you when you use the Tracking API and in the webhook.

How to find your APP name

Navigate to the Stores > settings > Webhook, you will find the APP name there. Use that for API calls

CONTENTS