API Overview

MyCarrier API is a RESTful API which is designed to allow you to work with objects using familiar HTTP verbs like so:
• read = GET
• create = POST
• update = PUT
• delete = DELETE


What’s Next