AfterShip API : Intro
AfterShip API is a shipment tracking API that returns tracking info of our supported couriers. You can insert tracking results directly at your application or store, and notify users of delivery updates using webhooks.
The AfterShip API is implemented as JSON over HTTP using all four verbs (GET/POST/PUT/DELETE). Each resource, like Tracking, Courier, has its own URL and is manipulated in isolation. In other words, we've tried to make the API follow the REST principles as much as possible.
https://www.aftership.com/docs/api
Login to your AfterShip account and upgrade to Premium
select apps > api
Copy the default API key or generate a new one
The AfterShip API is implemented as JSON over HTTP using all four verbs (GET/POST/PUT/DELETE). Each resource, like Tracking, Courier, has its own URL and is manipulated in isolation. In other words, we've tried to make the API follow the REST principles as much as possible.
Documentation:
https://www.aftership.com/docs/api
Get API Key:
Login to your AfterShip account and upgrade to Premium
select apps > api
Copy the default API key or generate a new one
Updated on: 01/06/2022
Thank you!