API for partner integrators to programmatically create and manage user accounts on the uShip platform.
Getting Started
Base URLs
| Environment | URL | Description |
|---|---|---|
| Sandbox | https://api-partners.ushipsandbox.com |
Test environment for development |
| Production | https://api-partners.uship.com |
Live production environment |
Note: This API uses a partner-specific subdomain (
api-partners) unlike other uShip APIs.
Authentication
All API requests require Bearer token authentication.
Obtaining Your API Key
- Contact the uShip Integration Team at apisupport@uship.com
- Request partner API access for user management
- Receive your API key for sandbox testing
- Include in all requests:
Authorization: Bearer <your_api_key>Integration Guides
| Guide | Description |
|---|---|
| Sandbox Testing Guide | Comprehensive sandbox testing documentation |
| uShip DeveloperHub | Integration guides and tutorials |
Support
For questions or assistance, contact: apisupport@uship.com
Server
https://api-partners.uship.com
Production
https://api-partners.ushipsandbox.com
Sandbox (Testing)
Server Variables
Users
Create and manage user accounts. Users created through this API are associated with your integrator account.
Register a new user as an integrator
Endpoint to register a new user as an integrator
Auth
Request Body
POST /integrators/users
Responses
201
User created successfully
400
Bad Request
409
Conflict
500
Internal Server Error