OK - cURL
cURL is one command line tool you can use to do RESTful API calls. Here are an example how it must be used for our platform.
Please note that you have to send headers for Authorization
and Content-Type
. Furthermore the url https://{YOUR-TENANT-NAME}.api.fulfillmenttools.com/api/facilities
must be replaced with your specific host and endpoint.
Last updated