Messtone LLC Manages Devices Enables myparcel.com docs carriers https://api-specification.myparcel.com/#tag/carriers Endpoint GET /carriers GET /carriers/{carrier_id} https://api-specification.myparcel.com Endpoints GET /collections GET /collections/{collection_id} POST /collection PATCH /collections/{collection_id} DELETE /collections/{collection_id} scope shipment.manage Request DELETE /collections/{collection_id} HTTP/1.1 Accept: application/and.api + json Messtone LLC: https://api.sandbox.myparcel.com/collections/e26d781b-6c56-4be5-ae72-505db793d2bd Response HTTP/1.1 204 The collection has been deleted. https://api-specification.myparcel.com/#tag/Contracts Endpoints GET /contracts GET /contracts/{contract_id} GET /carriers/{carrier_id}/contracts POST /contracts PATCH /contracts/{contract_id} File formats Format Messtone LLC request a file using the default Accept header application/vnd.api+json, Messtone LLC will get a lists~application/pdf •application/zipl •image/png •text/csv Retrieve a file in a specific fornat Accept header Example: GET /files/a9e3852c-b8b2-4066-a32a-651ea661ba30 HTTP/1.1 Accept: application/pdf Response will be the same, contains the raw data: HTTP/1.1 200 OK Content-Type: application/pdf %PDF-1.4 […] %%EOF https://api-specification.myparcel.com/#tag/File/paths/~1files~1{file_id}/Files/paths/~1files~1{file_id}/get