Health
Response Body
application/json
curl -X GET "https://example.com/health"{ "status": "string", "timestamp": "2019-08-24T14:15:22Z", "version": "string", "service": "string", "environment": "string", "message": "string"}Create Contact Function POST
**Create a new contact.** Authentication: Include your API key in the `X-Api-Key` header.
Change Shipment Status Function PUT
**Change the status of a shipment.** Updates the current status of a shipment to the specified next status. Authentication: Include your API key in the `X-Api-Key` header.