Endpoint Structure All URLs are in the format: ``text https://api.jumpseller.com/v1/path.json?login=XXXXXX&authtoken=storetoken `` The path is prefixed by the API version and the URL takes as parameters the login (your store specific API login) and your authentication token. <br/><br/> *
https://api.jumpseller.com/v1
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.jumpseller.com/v1
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)1.32s
(checked Mar 29, 2026)
Builder score
D
46%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | /categories.json |
Retrieve all Categories. |
| POST | /categories.json |
Create a new Category. |
| GET | /categories/count.json |
Count all Categories. |
| DELETE | /categories/{id}.json |
Delete an existing Category. |
| GET | /categories/{id}.json |
Retrieve a single Category. |
| PUT | /categories/{id}.json |
Modify an existing Category. |
| GET | /checkout_custom_fields.json |
Retrieve all Checkout Custom Fields. |
| POST | /checkout_custom_fields.json |
Create a new CheckoutCustomField. |
curl -X GET 'https://api.jumpseller.com/v1/categories.json' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Jumpseller documentation.