Overview
To authenticate with ShipBob using a Personal Access Token, you will need:- Personal Access Token — A long-lived token granting full access to your ShipBob account.
- API Subdomain — The subdomain for the ShipBob environment you want to connect to.
Prerequisites
- You must be signed in with the root user credentials of your ShipBob account.
Instructions
Step 1: Generate your token
- Log in to your ShipBob account and navigate to the API Tokens page.
- Click Generate New Token.

- Enter a token name and description, then click Generate Token.
- Your Personal Access Token will be generated.

Step 2: Identify your API subdomain
ShipBob uses different subdomains depending on the environment:| Environment | Subdomain |
|---|---|
| Production | api |
| Sandbox | sandbox-api |
Step 3: Enter your credentials in the Connect UI
Once you have your Personal Access Token:- Open the form where you need to authenticate with ShipBob (Personal Access Token).
- Enter your Personal Access Token and API Subdomain in their respective fields.
- Submit the form, and you should be successfully authenticated.
