Extensiv Hub

Updated on June 24th, 2025

  • Extensiv Hub
    Popular Articles Getting Started Using Hub Technical Issues & FAQs Extensiv's Ideas Portal
  • 3PL Warehouse Manager
    Receiving Operations Inventory Management Shipping Operations System Configuration Scanning Operations Integrations Content Best Practice Resources Release Notes Popular Articles Troubleshooting Guides
  • Warehouse Management
    Getting Started Admin Console Shipping Order Picking & Packing Receiving Customer Portal Cycle Counting Kit Building Managing Users Barcode Scanner Import/Export Integrations Barcoding Wave Picking Bin Move Mobile Receiving and Picking Settings Popular Articles Reporting
  • Order Management
    Dashboard Orders Inventory Purchase Orders Shipments Customers Products Analytics Settings API API Integrations Accessing and Navigating Order Manager Error Messages Order Manager Popular Articles Accounting Integrations
  • Integration Management
    Getting Started with Integration Manager General Support Troubleshooting Extras & Addons API Documentation Popular Articles Order Sources Order Destinations
  • FAQs
  • Network Manager
    Getting Started Order Routing Management Technical Issues Shopping Carts Settings Settings, Products, and Orders
  • Billing Manager
    Getting Started Using Billing Manager Best Practices Troubleshooting Guides
  • Sandbox
    Getting Started
  • Release Notes
    Extensiv Sandbox Extensiv Extensiv Hub 3PL Warehouse Manager Integration Management Warehouse Management Order Management Billing Manager
  • Fulfillment Marketplace
    Getting Started
+ More
  • Help Center
  • Extensiv Hub
  • Getting Started
  • Extensiv Hub
    • Popular Articles
        • Known Issues List
        • Logging into Extensiv Hub for the First Time
        • Recommended solutions to fix invalid email addresses in 3PL Warehouse Manager
        • Navigating Extensiv Hub
        • How the transition to Extensiv Hub affects SmartScan
        • Product Unification FAQs
        • User Management Overview
        • How do I Get an Invite?
        • Add New User with Integration Manager Permissions
    • Getting Started
        • How do I Get an Invite?
        • Logging into Extensiv Hub for the First Time
        • Navigating Extensiv Hub
        • Transitional Login Help
        • Warehouse Manager - Extensiv Hub Migration Checklist
        • Logging in to the Extensiv API
    • Using Hub
        • User Management Overview
        • Creating User Roles in Extensiv
        • Understanding User Roles in Extensiv Hub
        • Add New User with 3PL Warehouse Manager Permissions
        • Add New User with Warehouse Manager Permissions
        • Add New User with Integration Manager Permissions
        • Add New User with Billing Manager Permissions
        • Modifying and Deleting User Accounts in Hub
        • Transferring Ownership of Organization in Hub
        • How to Reset Your Password in Extensiv Hub
        • Modifying and Deleting Custom User Roles in Hub
        • How to Create a New Fulfillment Client as a Sub-Account?
        • How to access Extensiv University
        • Viewing and Editing User Profile Settings
        • Add New User with Order Manager Permissions
        • Understanding the Brand Sales Analytics Dashboard
        • Assigning Support Chat Permission
        • What's my Extensiv ID?
        • Adding a Company Logo
        • Enabling Two-Factor Authentication (2FA)
        • Disabling Two-Factor Authentication
        • Setting Up Two-Factor Authentication
    • Technical Issues & FAQs
        • Known Issues List
        • Contacting Extensiv Support
        • Recommended solutions to fix invalid email addresses in 3PL Warehouse Manager
        • How the transition to Extensiv Hub affects SmartScan
        • Product Unification FAQs
        • Extensiv Hub Migration Status
        • How the transition to Extensiv Hub affects Warehouse Manager (WM) Mobile
        • Recommended solutions to fix invalid email addresses in Warehouse Manager
        • Understanding Support Processes
        • Application Stability
        • Verify your connection to Files.com
        • Extensiv's Holiday Preparedness Guide
        • How to Resolve White Screen Issues with a Hard Refresh or by Clearing the Cache
    • Extensiv's Ideas Portal
        • Ideas Portal Feedback Policy
        • How to Access and Navigate Ideas Portal
        • How to Submit Feedback

Logging in to the Extensiv API

This article explains the straightforward process of Logging in to the Extensiv API.

To login to the API,

Step 1: Obtain Your API Credentials

Before you can log in, you need to have your API credentials. These include your Client ID and Client Secret. If you don't have these credentials, please contact your Extensiv representative or Customer Success Manager.

Step 2: Encode Your Credentials

To use the Extensiv API, you need to encode your Client ID and Client Secret by using a Base64 encoder tool. Here's how:

  1. Navigate to a Base64 encoder tool, such as An external link was removed to protect your privacy.
  2. Enter your Client ID followed by a colon and your Client Secret (e.g., ClientID:ClientSecret).
  3. Encode the string to get your authorization key.

Step 3: Request an Access Token

With your encoded credentials, you can now request an access token. This token is required for authentication when making API requests. Here's an example of how to do this:

HTTP Header
GET https://api-hub.extensiv.com/auth/token/token?extensivid=ex0000
Content-Type: application/json; charset=utf-8
Accept: application/json
Authorization: Basic <your_encoded_credentials>
Query Parameters (One of these path parameters is required)

orgkey    
string

extensivid    
string

tplguid    
string

warehousemanagercustomerid    
string

integrationmanageraccountid    
string

ordermanagercompanyid
string

The token generated from this action will expire after 8 hours. It is highly recommended you cache this token and only generate a new one after the previous one expires.

 

 

Step 4: Use the Access Token

Once you receive your access token, include it in the HTTP header of your API requests. Note that the access token is only valid temporarily (8 hours), so you will need to refresh it periodically.

Example of Using the Access Token:

GET https://api-hub.extensiv.com/orgs/{orgkey}

Authorization: Bearer <your_access_token>

 

Troubleshooting

If you encounter any issues, please refer to the Extensiv Help Center or contact your Customer Success Manager for assistance. You can also visit the Extensiv Community for support from other developers.

 
integration accessing

Was this article helpful?

Yes
No
Share additional feedback about this article

Related Articles

  • How to set up a shopping cart connection (Merchant Users)
  • How to set up a shopping cart connection (Warehouse Users)
  • Setting Up a 3PL Warehouse
  • Transitional Login Help

Not finding the help you need?

Contact Support
Solutions
  • Solutions for Brands
  • Solutions for 3PLs
  • Solutions for 4PLs
  • Solutions for B2B
Products
  • Extensiv 3PL Warehouse Manager
  • Extensiv Warehouse Manager
  • Extensiv Order Manager
  • Extensiv Integration Manager
  • Extensiv Network Manager
Products
  • Customer Success
  • Implementation
  • Consulting
Ecosystem
  • Fulfillment Marketplace
  • Integrations
  • Partners
  • Become a Partner
Resources
  • Resource Library
  • Blog
  • Market Insights
  • What is a 3PL?
  • What is a 4PL?
  • What is a WMS?
  • Why a Cloud-based WMS?
  • Glossary
Help
  • Help Center
  • API Documentation
  • Extensiv Univerisity
  • Community
  • System Status
  • Extensiv Logo
  • 100 N Pacific Coast Hwy, Suite 1100, El Segundo, CA 90245
  • |
  • Contact Us:
  • 83-EXTENSIV 888.375.2368 (main)
  • |
  • 310.844.7570 (local)
  • Copyright © 2023 Extensiv
  • |
  • All rights reserved.
  • Privacy Policy
  • |
  • Terms of Service
  • Follow Us:
Expand