API for integrators to register and manage users within the uShip platform. This API is designed for partners who need to create user accounts programmatically.
🏖️ Testing Environment
Always test your integration in sandbox before deploying to production.
- 🏖️ Sandbox (Recommended for Testing):
https://api-partners.ushipsandbox.com - 🚀 Production:
https://api-partners.uship.com
Note: This API uses a partner-specific subdomain (api-partners) and requires separate API keys for sandbox and production.
Authentication
This API uses Bearer token authentication. To obtain partner API credentials:
- Contact uShip Integration Team at apisupport@uship.com
- Request partner API access for user management
- Receive your API key for sandbox testing
- Include in the
Authorizationheader:Authorization: Bearer <Your API Key>
Getting Started
For detailed sandbox testing guidance, see our Sandbox Guide.
For integration guides and tutorials, visit uShip DeveloperHub.
Server
https://api-partners.uship.com
https://api-partners.ushipsandbox.com
Server Variables
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