Authentication

Everything you need to know to have your account securely authenticated and ready to use.

To gain access to your dashboard, you must first authenticate your account. This process ensures that only registered users can access the platform's features and manage their shipping operations. If you haven't registered yet, you'll need to create an account with us. Once your registration is complete, you'll be able to securely log in and fully utilize the dashboard's capabilities.

Register

To use the Shiip APIs, you must first create an account on our Business Website. Once your account is verified and approved, you will receive a confirmation email with further details on how to proceed with integration. Sign up here.

Login

To gain access to your dashboard, Kindly log in here.

API Keys

The SHiiP API uses a secret API token to authenticate and authorize requests. You can find your secret key under the Settings/API section of your dashboard. If no API key is available, simply click Generate Key to create one. After obtaining your secret key, click Request API Access to initiate the review process, which typically takes no longer than 48 hours. Once approved, a developer will be assigned to assist you throughout the integration process.

You have automatic API access to the Sandbox environment. You can proceed to run your tests.

API key format

API keys are prefixed in two formats depending on the environment you are making your request from.

SANDBOX environment: SSK_TEST_

PRODUCTION environment: SSK_LIVE_

Last updated