Jumpseller API
- URL
-
https://api.jumpseller.com/v1 - Docs
- https://jumpseller.com/support/api/
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.
?login=<credential> + Store Login Key + Auth Token ?authtoken=<credential> discovered 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.