Delivery Solutions

Delivery Solutions API Doc - Premium

The Delivery Solutions API documentation provides sandbox and production base URLs and portals, instructions for importing and running a Postman collection including a pre-script request, and specifies that authentication requires passing a generated API key and tenantId in request headers while keeping the key secure.

Getting Started

URLs

Sandbox

API Base URL

https://sandbox.api.deliverysolutions.co/

Portal

https://sandbox.portal.deliverysolutions.co/

Production

API Base URL

https://production.api.deliverysolutions.co/

Portal

https://production.portal.deliverysolutions.co/

GETPre-Script

https://www.deliverysolutions.co/

Postman Collection Pre-Script

To get the Postman collection working, follow these steps:

  • Click on the "Run in Postman" button at the top right.
  • Select your preferred mode for web or Mac.
  • The API requests Postman collection will be imported to your workspace.
  • Select Environment to "DS-API-Doc-Business".
  • First, run the "Pre-script" request in the "Getting Started" folder.
  • Then continue with the next requests.

Example Request: Pre-Script

curl --location 'https://www.deliverysolutions.co/'

Example Response

This request doesn't return any response body or headers.

Authentication

After your account has been set up successfully, an API Key will be generated and will be visible on your screen. You must pass the x-api-key and tenantId in the request header with the newly generated API key.

Note: Please make sure to keep this key secured and never embed it in client-side code.