Skip to main content
GET
/
v1
/
bumps
List
curl --request GET \
  --url https://{defaultHost}/v1/bumps \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "pagination": {
    "count": 1,
    "limit": 20,
    "page": 1,
    "url": "/v1/bumps"
  },
  "data": [
    {
      "id": "03045562-f375-4866-aa3a-2ddce96a9ed3",
      "object": "bump",
      "amount_off": null,
      "archived": false,
      "archived_at": null,
      "auto_apply": false,
      "filter_match_type": null,
      "filter_price_ids": [],
      "filter_product_ids": [],
      "metadata": {},
      "name": "Bundle Discount",
      "percent_off": null,
      "priority": 5,
      "price": "f9f5022d-5e47-4697-a5c7-acb9201702d0",
      "discarded_at": null,
      "created_at": 1780335052,
      "updated_at": 1780335052
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.surecart.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

archived
boolean

Only return objects that are archived or not archived.

ids[]
string[]

Only return objects with the given IDs.

limit
integer

A limit on the number of items to be returned, between 1 and 100.

page
integer

The page of items you want returned.

product_ids[]
string[]

Only return objects that belong to the given products.

Response

200 - application/json

Success

object
string

A string describing the object type returned.

pagination
object
data
array

An array of objects.