Skip to main content
GET
/
bundles
List Bundles
curl --request GET \
  --url https://api.secure.quotivity.com/v1/bundles \
  --header 'x-api-key: <api-key>'
{
  "bundles": [
    {
      "id": "<string>",
      "accountId": "<string>",
      "isActive": true,
      "includedOptionsCount": 123,
      "addOnOptionsCount": 123,
      "header": {
        "productId": "<string>",
        "properties": {}
      },
      "clonedBundleTempName": "<string>"
    }
  ],
  "nextKey": "<string>"
}

Authorizations

x-api-key
string
header
required

Query Parameters

startKey
string

Cursor for pagination

limit
string
default:500

Response

Successfully retrieved bundles

bundles
object[]
required
nextKey
string | null