J

Jumpseller API

REST discovered

Details
URL
https://api.jumpseller.com/v1
Docs
https://jumpseller.com/support/api/
Authentication
Store Login Key + Auth Token compound discovered Get key ↗

In your Jumpseller Admin, go to Account → Preferences, click your user name, then scroll to API and MCP to copy the Login Key and Auth Token. Jumpseller’s AI toolkit docs say to set them as JUMPSELLER_LOGIN_KEY and JUMPSELLER_AUTH_TOKEN environment variables for AI/MCP tooling; the API docs also say these values are available from the Account/Admin area. See Build on Jumpseller with AI and Jumpseller API.

Store Login Key + Auth Token ?login=<credential> + Store Login Key + Auth Token ?authtoken=<credential> discovered
OAuth 2.0 app credentials (client ID + client secret) oauth2 discovered Set up OAuth ↗

Register a Jumpseller OAuth application, then use its client_id and client_secret to run the Authorization Code flow described in OAuth 2 Authorization Flow. Merchants authorize your app, and you exchange the returned code at https://accounts.jumpseller.com/oauth/token for an access token and refresh token. Use the resulting bearer token against the API/MCP surfaces.