Skip to main content

Purchase intents

Purchase intents power Buy links: share a product offer and let Inttegro handle the customer-facing checkout. Use this API to create the link, change its quantity or availability, stop it, and see how customers have used it.

The API returns a sale_... ID. Append it to https://pages.inttegro.com/buy/ to create the customer-facing URL. For the complete sales flow, see the Purchase intents product guide.

Operations

The purchase intent object

A purchase intent contains the offer shown at checkout: its product, price, quantity limits, availability, and usage policy. Its status changes automatically when the link expires, is canceled, or uses its single allowed purchase.

Properties

  • activityobject|nullRecent checkout activity. Public link lookups omit this object.Click or tap to expand
    • Name
      recent
      Type
      array
      View recent attributesClick or tap to expand
      Recent activity events for this Buy link.
      • Name
        amount
        Type
        object
        View amount attributesClick or tap to expand
        Amount associated with the event, when applicable.
        • Name
          currency
          Type
          string
          Required
          required
          Description
          Lowercase currency code.
        • Name
          value
          Type
          integer
          Required
          required
          Description
          Amount in the currency's smallest unit.
      • Name
        attribution
        Type
        object
        View attribution attributesClick or tap to expand
        Campaign and referral context captured for the visit.
        • Name
          campaign
          Type
          string
          Description
          Campaign name.
        • Name
          channel
          Type
          string
          Description
          Attributed channel.
        • Name
          content
          Type
          string
          Description
          Campaign content value.
        • Name
          landing_url
          Type
          string
          Description
          URL where the shopper entered the Buy-link experience.
        • Name
          medium
          Type
          string
          Description
          Campaign medium.
        • Name
          referrer
          Type
          string
          Description
          Referring URL.
        • Name
          referrer_host
          Type
          string
          Description
          Host name extracted from the referrer.
        • Name
          source
          Type
          string
          Description
          Campaign source.
        • Name
          term
          Type
          string
          Description
          Campaign search term.
      • Name
        created_at
        Type
        timestamp
        Required
        required
        Description
        When the event occurred.
      • Name
        error_code
        Type
        string
        Description
        Payment error code for a failed payment event.
      • Name
        id
        Type
        string
        Required
        required
        Description
        Unique activity event identifier with the saleevt_ prefix.
      • Name
        order_id
        Type
        string
        Description
        Order created from the Buy link, when applicable.
      • Name
        payment_id
        Type
        string
        Description
        Payment associated with the event, when applicable.
      • Name
        product_id
        Type
        string
        Description
        Product shown or purchased for the event.
      • Name
        purchase_intent_id
        Type
        string
        Required
        required
        Description
        Purchase intent associated with the event.
      • Name
        quantity
        Type
        integer
        Description
        Quantity associated with the event.
      • Name
        source
        Type
        string
        Description
        Source that recorded the event.
      • Name
        type
        Type
        enum
        Required
        required
        Description
        Event type: expired_viewed, order_created, payment_failed, payment_started, or viewed.
      • Name
        variant_product_id
        Type
        string
        Description
        Selected variant product, when applicable.
      • Name
        visitor
        Type
        object
        View visitor attributesClick or tap to expand
        Available browser, device, location, and session context for the visitor.
        • Name
          browser
          Type
          string
          Description
          Browser family.
        • Name
          city
          Type
          string
          Description
          Detected city.
        • Name
          country
          Type
          string
          Description
          Detected country code.
        • Name
          device
          Type
          string
          Description
          Device category.
        • Name
          ip_address
          Type
          string
          Description
          Request IP address when retained for this event.
        • Name
          os
          Type
          string
          Description
          Operating system.
        • Name
          region
          Type
          string
          Description
          Detected region.
        • Name
          session_id
          Type
          string
          Description
          Hosted-checkout session identifier.
        • Name
          timezone
          Type
          string
          Description
          Detected time zone.
        • Name
          user_agent
          Type
          string
          Description
          Browser user-agent value.
        • Name
          visitor_id
          Type
          string
          Description
          Hosted-checkout visitor identifier.
  • Name
    allow_variants
    Type
    boolean
    Required
    required
    Description

    Whether the offer uses a variant set. When variant_set is present, checkout can offer its active, available variants.

  • Name
    application_id
    Type
    string
    Required
    required
    Description

    Application that owns the Buy link configuration.

  • Name
    created_at
    Type
    timestamp
    Required
    required
    Description

    When the purchase intent was created.

  • Name
    expires_at
    Type
    timestamp|null
    Description

    Optional timestamp after which the Buy link stops accepting new purchases. Expiry is effective at the timestamp itself.

  • Name
    id
    Type
    string
    Required
    required
    Description

    Unique purchase intent identifier with the sale_ prefix.

  • Name
    inactive_at
    Type
    timestamp|null
    Description

    When the merchant explicitly inactivated the Buy link. When this is set, the intent is unavailable even if expires_at is still in the future.

  • merchantobjectBusiness identity shown in the hosted checkout. Individual fields are omitted when unavailable.Click or tap to expand
    • Name
      app_id
      Type
      string
      Description
      Application identifier for the merchant.
    • Name
      app_name
      Type
      string
      Description
      Human-readable application name.
    • Name
      organization_id
      Type
      string
      Description
      Organization that owns the application.
    • Name
      organization_name
      Type
      string
      Description
      Human-readable organization name.
  • priceobjectResolved price used for the offer. Amounts use integer minor units.Click or tap to expand
    • Name
      active
      Type
      boolean
      Required
      required
      Description
      Whether the resolved price can be used.
    • Name
      id
      Type
      string
      Description
      Catalog price identifier when the offer uses a stored price.
    • Name
      label
      Type
      string
      Description
      Catalog price label when available.
    • Name
      nominal
      Type
      object
      Required
      required
      View nominal attributesClick or tap to expand
      Amount the customer pays.
      • Name
        currency
        Type
        string
        Required
        required
        Description
        Lowercase currency code.
      • Name
        value
        Type
        integer
        Required
        required
        Description
        Amount in the currency's smallest unit.
    • Name
      original
      Type
      object
      View original attributesClick or tap to expand
      Optional comparison price shown alongside the amount charged.
      • Name
        active
        Type
        boolean
        Required
        required
        Description
        Whether the resolved comparison price is active.
      • Name
        id
        Type
        string
        Description
        Catalog price identifier when the comparison price is stored.
      • Name
        label
        Type
        string
        Description
        Comparison-price label when available.
      • Name
        nominal
        Type
        object
        Required
        required
        View nominal attributesClick or tap to expand
        Comparison amount.
        • Name
          currency
          Type
          string
          Required
          required
          Description
          Lowercase currency code.
        • Name
          value
          Type
          integer
          Required
          required
          Description
          Amount in the currency's smallest unit.
  • productobjectCurrent catalog product rendered by the hosted checkout.Click or tap to expand
    • Name
      about
      Type
      string
      Description
      Full product description.
    • Name
      active
      Type
      boolean
      Required
      required
      Description
      Whether the product is published and available.
    • Name
      archived_at
      Type
      timestamp|null
      Description
      When the product was archived.
    • Name
      attributes
      Type
      array
      View attributes attributesClick or tap to expand
      Product attributes.
      • Name
        name
        Type
        string
        Required
        required
        Description
        Attribute name.
      • Name
        value
        Type
        string
        Required
        required
        Description
        Attribute value.
    • Name
      category
      Type
      string
      Description
      Product category.
    • Name
      created_at
      Type
      timestamp
      Required
      required
      Description
      When the product was created.
    • Name
      custom_data
      Type
      object|null
      View custom_data detailsClick or tap to expand
      Product metadata, returned as string values.
    • Name
      description
      Type
      string
      Description
      Short product description.
    • Name
      dimensions
      Type
      object|null
      View dimensions attributesClick or tap to expand
      Physical, digital, or custom size information.
      • Name
        custom
        Type
        object
        View custom attributesClick or tap to expand
        Custom dimension details.
        • Name
          details
          Type
          object
          View details detailsClick or tap to expand
          Custom dimension values.
        • Name
          size
          Type
          number
          Description
          Custom size.
        • Name
          size_unit
          Type
          string
          Description
          Unit used for custom size.
      • Name
        digital
        Type
        object
        View digital attributesClick or tap to expand
        Digital file size.
        • Name
          bytes
          Type
          number
          Description
          File size in bytes.
        • Name
          size
          Type
          number
          Description
          File size expressed in size_unit.
        • Name
          size_unit
          Type
          string
          Description
          Unit used for digital size.
      • Name
        physical
        Type
        object
        View physical attributesClick or tap to expand
        Physical measurements.
        • Name
          height
          Type
          number
          Description
          Product height.
        • Name
          length
          Type
          number
          Description
          Product length.
        • Name
          volume
          Type
          number
          Description
          Product volume.
        • Name
          volume_unit
          Type
          string
          Description
          Unit used for volume.
        • Name
          weight
          Type
          number
          Description
          Product weight.
        • Name
          weight_unit
          Type
          string
          Description
          Unit used for weight.
        • Name
          width
          Type
          number
          Description
          Product width.
    • Name
      id
      Type
      string
      Required
      required
      Description
      Unique product identifier with the prod_ prefix.
    • Name
      media
      Type
      object|null
      View media attributesClick or tap to expand
      Product media shown during browsing and checkout.
      • Name
        demo_video
        Type
        string
        Description
        Demo video reference or URL.
      • Name
        downloads
        Type
        array
        Description
        Downloadable asset references or URLs.
      • Name
        hero_image
        Type
        string
        Description
        Primary image reference or URL.
      • Name
        infographic
        Type
        string
        Description
        Infographic reference or URL.
      • Name
        promo_video
        Type
        string
        Description
        Promotional video reference or URL.
      • Name
        thumbnail
        Type
        string
        Description
        Thumbnail reference or URL.
      • Name
        web_page_url
        Type
        string
        Description
        Product web page URL.
    • Name
      name
      Type
      string
      Required
      required
      Description
      Product name.
    • Name
      prices
      Type
      array
      View prices attributesClick or tap to expand
      Non-archived catalog prices currently attached to the product.
      • Name
        active
        Type
        boolean
        Required
        required
        Description
        Whether the catalog price is active.
      • Name
        id
        Type
        string
        Required
        required
        Description
        Catalog price identifier.
      • Name
        label
        Type
        string|null
        Description
        Short price label.
      • Name
        nominal
        Type
        object
        Required
        required
        View nominal attributesClick or tap to expand
        Catalog price amount.
        • Name
          currency
          Type
          string
          Required
          required
          Description
          Lowercase currency code.
        • Name
          value
          Type
          integer
          Required
          required
          Description
          Amount in the currency's smallest unit.
    • Name
      published_at
      Type
      timestamp|null
      Description
      When the product was published.
    • Name
      reference
      Type
      string
      Description
      Your product reference or SKU.
    • Name
      shipment
      Type
      object|null
      View shipment attributesClick or tap to expand
      How the product is delivered or fulfilled.
      • Name
        delivery
        Type
        object
        View delivery detailsClick or tap to expand
        Present for delivery fulfillment.
      • Name
        download
        Type
        object
        View download detailsClick or tap to expand
        Present for download fulfillment.
      • Name
        render
        Type
        object
        View render detailsClick or tap to expand
        Present for rendered fulfillment.
      • Name
        service
        Type
        object
        View service detailsClick or tap to expand
        Present for service fulfillment.
      • Name
        stream
        Type
        object
        View stream detailsClick or tap to expand
        Present for streaming fulfillment.
      • Name
        type
        Type
        enum
        Required
        required
        Description
        Fulfillment type: delivery, download, render, service, or stream.
    • Name
      tax_code
      Type
      string
      Description
      Tax classification code.
    • Name
      type
      Type
      enum
      Required
      required
      Description
      Product type: cause, custom, digital, physical, service, or voucher.
    • Name
      unit_dim
      Type
      string
      Description
      Unit dimension label.
    • Name
      updated_at
      Type
      timestamp|null
      Description
      When the product was last updated.
    • Name
      variant_set_id
      Type
      string
      Description
      Variant set configured for this Buy link.
  • quantityobjectrequiredQuantity bounds enforced by the hosted checkout. When max is omitted, the offer has no upper quantity limit.Click or tap to expand
    • Name
      max
      Type
      integer
      Description
      Optional highest quantity a shopper may buy.
    • Name
      min
      Type
      integer
      Required
      required
      Description
      Lowest quantity a shopper may buy.
  • Name
    status
    Type
    enum
    Required
    required
    Description

    Current effective state of the Buy link: active, expired, inactive, or used.

  • Name
    updated_at
    Type
    timestamp|null
    Description

    When the merchant last changed the purchase intent.

  • usageobjectrequiredHow often the Buy link may be used.Click or tap to expand
    • Name
      multi_use
      Type
      boolean
      Description
      When true, the same intent may produce multiple orders over time.
    • Name
      order
      Type
      object
      View order attributesClick or tap to expand
      Present after a single-use Buy link has already been consumed. Includes the resulting order ID and its creation time.
      • Name
        created_at
        Type
        timestamp
        Required
        required
        Description
        When order creation consumed the Buy link.
      • Name
        id
        Type
        string
        Required
        required
        Description
        Order that consumed the Buy link.
    • Name
      single_use
      Type
      boolean
      Description
      When true, creating the first order consumes the Buy link.
  • variant_setobject|nullActive variant choices available to the customer. This can be omitted even when allow_variants is true.Click or tap to expand
    • Name
      active
      Type
      boolean
      Required
      required
      Description
      Whether the variant set is active.
    • Name
      default_product_id
      Type
      string
      Description
      Default product in the variant set.
    • Name
      description
      Type
      string
      Description
      Variant-set description.
    • Name
      id
      Type
      string
      Required
      required
      Description
      Variant-set identifier.
    • Name
      name
      Type
      string
      Required
      required
      Description
      Variant-set name.
    • Name
      reference
      Type
      string
      Description
      Your reference for the variant set.
    • Name
      variant_axes
      Type
      array
      Required
      required
      View variant_axes attributesClick or tap to expand
      Dimensions shoppers use to choose a variant.
      • Name
        key
        Type
        string
        Required
        required
        Description
        Stable axis key.
      • Name
        label
        Type
        string
        Required
        required
        Description
        Customer-facing axis label.
      • Name
        position
        Type
        integer
        Required
        required
        Description
        Display order of the axis.
    • Name
      variants
      Type
      array
      Required
      required
      View variants attributesClick or tap to expand
      Products currently available as choices in the variant set.
      • Name
        active
        Type
        boolean
        Required
        required
        Description
        Whether this variant is active.
      • Name
        position
        Type
        integer
        Description
        Display order of the variant.
      • Name
        price
        Type
        object
        View price detailsClick or tap to expand
        Resolved price for this variant, using the same shape as the top-level price property.
      • Name
        product
        Type
        object
        View product detailsClick or tap to expand
        Hydrated catalog product for this variant, using the same shape as the top-level product property.
      • Name
        product_id
        Type
        string
        Required
        required
        Description
        Product represented by this variant.
      • Name
        variant_values
        Type
        object
        Required
        required
        View variant_values detailsClick or tap to expand
        Axis keys and the values selected by this variant.
POST/purchase_intents/create

Create a purchase intent

Create a hosted Buy link for a catalog product. The response includes the sale_... ID used in the shareable checkout URL. No order exists yet; an order is created only when a customer checks out from the link.

Available through MCP

AI clients can use create_buy_link for this operation. Confirmed MCP actions still require explicit form confirmation before Inttegro changes state.

Rules

  • Send exactly one of product or product_id.
  • Send exactly one of price or price_id.
  • A referenced product and each referenced price must come from your catalog. The selected catalog price must be active, not archived, and belong to the selected product. An optional comparison price must belong to the selected product but does not determine what the customer is charged.
  • An inline price.nominal.value must be at least 1 and uses the smallest currency unit. Its currency is normalized to lowercase.
  • Within price, send exactly one of id or nominal. For comparison pricing, send at most one of original or original_id; within original, send exactly one of id or nominal.
  • quantity.min is required and must be at least 1.
  • quantity.max is optional. When present, it must be at least 1 and greater than or equal to quantity.min; when omitted, the offer has no upper quantity limit.
  • expires_at must be a future RFC3339 timestamp when provided.
  • A product.variant_set_id is saved as offer configuration. Variant options are returned only when that set and its eligible products are available at lookup time.
  • Omit usage or set multi_use: true for a reusable link. Set single_use: true for a link that can create only one order. Do not send both fields.

Request attributes

  • Name
    expires_at
    Type
    timestamp
    Description

    Optional expiry time for the Buy link. After this moment, new shoppers can no longer create orders from the intent.

  • priceobjectPrice configuration for the Buy link. Use this instead of price_id to supply an inline amount, a catalog price with comparison pricing, or both the sale and comparison amounts inline.Click or tap to expand
    • Name
      id
      Type
      string
      Description
      Existing price identifier to reuse.
    • Name
      nominal
      Type
      object
      View nominal attributesClick or tap to expand
      Inline amount when you are not reusing a stored price ID.
      • Name
        currency
        Type
        string
        Description
        Non-empty currency code, normalized to lowercase.
      • Name
        value
        Type
        integer
        Description
        Amount in the smallest currency unit.
    • Name
      original
      Type
      object
      View original attributesClick or tap to expand
      Optional original price for strike-through pricing when you are supplying a custom nominal amount.
      • Name
        id
        Type
        string
        Description
        Stored original price identifier.
      • Name
        nominal
        Type
        object
        View nominal attributesClick or tap to expand
        Inline original amount when you are not reusing a stored price ID.
        • Name
          currency
          Type
          string
          Description
          Non-empty currency code, normalized to lowercase.
        • Name
          value
          Type
          integer
          Description
          Amount in the smallest currency unit.
    • Name
      original_id
      Type
      string
      Description
      Stored original price identifier when you want strike-through pricing without embedding original.
  • Name
    price_id
    Type
    string
    Description

    Stored catalog price to reuse for the Buy link.

  • productobjectProduct selection for the Buy link. Use this instead of product_id when the offer should expose a variant set.Click or tap to expand
    • Name
      id
      Type
      string
      Description
      Stored product identifier to sell through the Buy link.
    • Name
      variant_set_id
      Type
      string
      Description
      Variant set identifier when the offer should allow shoppers to switch between related products.
  • Name
    product_id
    Type
    string
    Description

    Stored catalog product to reuse for the Buy link.

  • quantityobjectrequiredQuantity bounds the hosted checkout enforces.Click or tap to expand
    • Name
      min
      Type
      integer
      Required
      required
      Description
      Minimum quantity a shopper must buy.
    • Name
      max
      Type
      integer
      Description
      Optional maximum quantity a shopper may buy. Omit it for no upper limit.
  • usageobjectOptional usage policy. Omit it to create a reusable Buy link.Click or tap to expand
    • Name
      multi_use
      Type
      boolean
      Description
      Allow the same intent to produce multiple orders.
    • Name
      single_use
      Type
      boolean
      Description
      Consume the intent when the first order is created.

Request

POST/purchase_intents/create
curl https://api.inttegro.com/purchase_intents/create \
-H "Authorization: Bearer $INTTEGRO_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: buy-link-matcha-launch-001" \
-d '{
"product_id": "prod_P9sK3vLm4nQ2xR7tY1wBc8Da",
"price_id": "pr_G6tV2nQ9xM4bR7cD1yKs5LpW",
"quantity": {
"max": 5,
"min": 1
},
"usage": {
"multi_use": true
},
"expires_at": "2030-12-01T09:00:00Z"
}'

Response

SDK versionv8.2.0
PurchaseIntentResponse {
purchaseIntent: {},
}
POST/purchase_intents/update

Update a purchase intent

Change the quantity or availability window of an existing Buy link without changing what the link sells. Product, price, variant selection, and usage mode stay fixed so a URL already shared with customers does not silently become a different offer.

Available through MCP

AI clients can use update_buy_link for this operation. Confirmed MCP actions still require explicit form confirmation before Inttegro changes state.

Rules

  • Send exactly one identifier. Use id for new integrations; purchase_intent_id remains available as a compatibility alias.
  • expires_at: null clears the expiry time.
  • A non-null expires_at must be an RFC3339 timestamp. A past timestamp is accepted and makes the offer immediately expired.
  • reactivate: true clears cancellation state and any existing elapsed expiry. If the same request sets a new elapsed expires_at, the intent remains expired.
  • When supplied, quantity must include min, which must be at least 1. Its optional max must be greater than or equal to min.
  • Omitting quantity.max removes an existing upper quantity limit. Omit the entire quantity object to leave both bounds unchanged.
  • Sending only the identifier is a valid no-op and returns the current object.
  • A used single-use intent stays used; reactivation does not remove its order claim.

Request attributes

  • Name
    expires_at
    Type
    timestamp|null
    Description

    New expiry time for the Buy link, or null to remove the current expiry.

  • Name
    id
    Type
    string
    Description

    Canonical purchase intent identifier. Required unless you use the compatibility alias.

  • quantityobjectReplacement quantity bounds. Omit this object to leave the current bounds unchanged.Click or tap to expand
    • Name
      min
      Type
      integer
      Required
      required
      Description
      New minimum quantity shoppers must buy.
    • Name
      max
      Type
      integer
      Description
      Optional new maximum. Omit it to remove the upper limit.
  • Name
    purchase_intent_id
    Type
    string
    Description

    Compatibility alias for id. Omit this in new integrations, and never send both identifier fields.

  • Name
    reactivate
    Type
    boolean
    Description

    Clear state that currently prevents new purchases.

Request

POST/purchase_intents/update
curl https://api.inttegro.com/purchase_intents/update \
-H "Authorization: Bearer $INTTEGRO_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: buy-link-matcha-update-001" \
-d '{
"id": "sale_B7tQ2nLm5yR8cV1pKs4Dx9Ha",
"quantity": { "min": 2, "max": 8 },
"reactivate": true
}'

Response

SDK versionv8.2.0
PurchaseIntentResponse {
purchaseIntent: {},
}
POST/purchase_intents/cancel

Cancel a purchase intent

Stop a Buy link from creating new orders immediately. Unlike expiry, cancellation happens when you choose to stop the offer. The intent remains available through the API with status: "inactive".

Canceling an already inactive intent returns its current state. A single-use intent that already created an order cannot be canceled.

Send exactly one identifier. Use id for new integrations; purchase_intent_id remains available as a compatibility alias.

Available through MCP

AI clients can use cancel_buy_link for this operation. Confirmed MCP actions still require explicit form confirmation before Inttegro changes state.

Request attributes

  • Name
    id
    Type
    string
    Description

    Canonical purchase intent identifier. Required unless you use the compatibility alias.

  • Name
    purchase_intent_id
    Type
    string
    Description

    Compatibility alias for id. Omit this in new integrations, and never send both identifier fields.

Request

POST/purchase_intents/cancel
curl https://api.inttegro.com/purchase_intents/cancel \
-H "Authorization: Bearer $INTTEGRO_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: buy-link-matcha-cancel-001" \
-d '{
"id": "sale_B7tQ2nLm5yR8cV1pKs4Dx9Ha"
}'

Response

SDK versionv8.2.0
PurchaseIntentResponse {
purchaseIntent: {},
}
POST/purchase_intents/lookup

Lookup a purchase intent

Retrieve the offer behind a Buy link. Public checkout can look up a sale_... ID without an API key, so the ID is designed to be shared with customers and is not an account credential.

Public lookup returns active and expired offers so checkout can show either the offer or an expiry message. Canceled and already-used single-use offers are not exposed publicly. Authenticate a server-side lookup when you need every lifecycle state and recent activity.

Available through MCP

AI clients can use get_buy_link for this operation. MCP read tools return minimized business data and do not change Inttegro state.

Required attributes

  • Name
    id
    Type
    string
    Required
    required
    Description

    Purchase intent identifier with the sale_ prefix.

Request

POST/purchase_intents/lookup
curl https://api.inttegro.com/purchase_intents/lookup \
-H "Content-Type: application/json" \
-d '{
"id": "sale_B7tQ2nLm5yR8cV1pKs4Dx9Ha"
}'

Response

SDK versionv8.2.0
PurchaseIntentResponse {
purchaseIntent: {},
}
POST/purchase_intents/page

List purchase intents

Browse your Buy links, newest first. Each item contains the same merchant-facing details as an authenticated lookup and may include recent activity.

Pagination is numbered rather than cursor-based. page.size in the response is the number of intents actually returned, which can be smaller than the requested page_size. The response does not include a total count or next-page token.

Available through MCP

AI clients can use list_buy_links for this operation. MCP read tools return minimized business data and do not change Inttegro state.

Required attributes

  • Name
    page_number
    Type
    integer
    Required
    required
    Description

    1-based page number to fetch. Must be between 1 and 10 inclusive.

  • Name
    page_size
    Type
    integer
    Required
    required
    Description

    Number of items to return. Must be between 1 and 256 inclusive.

Request

POST/purchase_intents/page
curl https://api.inttegro.com/purchase_intents/page \
-H "Authorization: Bearer $INTTEGRO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"page_number": 1,
"page_size": 20
}'

Response

SDK versionv8.2.0
PageResponse {
page: {},
}