Version 4.0.0 of project44's API
Version 4.0.0 of project44's API
curl -i -X GET \ https://developers.project44.com/_mock/guides/shippers/visibility/parcel/api/api/v4/parcel/webhook/endpoint \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "includeFullHistory": true, "password": "string", "showLatestUpdate": true, "url": "string", "username": "string" }
pushEndpoint
URL to which a POST request will be made with the content of the status update for a specific parcel shipment.
curl -i -X PUT \ https://developers.project44.com/_mock/guides/shippers/visibility/parcel/api/api/v4/parcel/webhook/endpoint \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Content-Type: application/json' \ -d '{ "includeFullHistory": true, "password": "string", "showLatestUpdate": true, "url": "string", "username": "string" }'
{ "includeFullHistory": true, "password": "string", "showLatestUpdate": true, "url": "string", "username": "string" }
curl -i -X DELETE \ https://developers.project44.com/_mock/guides/shippers/visibility/parcel/api/api/v4/parcel/webhook/endpoint \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "httpStatusCode": 0, "httpMessage": "string", "errorMessage": "string", "errors": [ { … } ], "supportReferenceId": "string" }