V4 Marketing API
HomeAPI Reference
Changelog
HomeAPI Reference
Changelog
V4 Marketing
  1. HubSpot
  • Guia Rápido
  • Facebook Ads
    • Overview
    • Accounts
    • Ads
    • Ad Sets
    • Campaigns
    • Actions
    • Ad Creatives
    • Demographics
    • Platforms
    • Regions
    • Ad Config
    • Ad Set Config
    • Campaigns Config
  • Google Ads
    • Overview
    • Accounts
    • Ad Group Ads
    • Ad Groups
    • Campaigns
    • Keywords
    • Age Range
    • Gender
    • Geographic
    • Conversions
    • Conversion Segmented Ad Group Ads
    • Conversion Segmented Ad Groups
    • Conversion Segmented Campaigns
    • Campaigns Criterion
    • Ad Group Criterion
  • Google Analytics
    • Overview
    • Sessions
    • Events
    • Custom Events
    • Customers
    • Products
    • Transactions
  • Tray
    • Overview
    • Customers
    • Orders
    • Products
  • Shopify
    • Overview
    • Customers
    • Orders
    • Order Items
    • Products
  • Kommo
    • Overview
    • Leads
    • Contacts
    • Pipelines
    • Users
  • HubSpot
    • Overview
    • Contacts
      GET
    • Deals
      GET
    • Companies
      GET
    • Pipelines
      GET
    • Products
      GET
HomeAPI Reference
Changelog
HomeAPI Reference
Changelog
V4 Marketing
  1. HubSpot

Pipelines

GET
https://api.data.v4.marketing/v1/hubspot/pipelines
Returns HubSpot CRM pipelines with stages and display order.
Filters:
workspaceId (required)
integrationId, organizationId, integrationName (optional)
id – pipeline ID
label – pipeline label
createdStart, createdEnd – creation date range
lastModifiedStart, lastModifiedEnd – last update date range
page, limit – pagination

Requisição

Authorization
API Key
Adicionar parâmetro em header
x-client-id
Exemplo:
x-client-id: ********************
API Key
Adicionar parâmetro em header
x-client-secret
Exemplo:
x-client-secret: ********************
or
Parâmetros de Consulta

Respostas

🟢200
application/json
Successful response
Body

🟠400
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.data.v4.marketing/v1/hubspot/pipelines?workspaceId=workspace_123&integrationId&organizationId&integrationName&id&label&createdStart=2026-01-01T00:00:00Z&createdEnd=2026-01-31T23:59:59Z&lastModifiedStart=2026-01-01T00:00:00Z&lastModifiedEnd=2026-01-31T23:59:59Z&page&limit' \
--header 'x-client-id: <api-key>' \
--header 'x-client-secret: <api-key>'
Response Response Example
200 - Exemplo 1
{
    "data": [
        {
            "id": "string",
            "label": "string",
            "display_order": 0,
            "stages": [
                "string"
            ],
            "created_at": "2019-08-24T14:15:22.123Z",
            "updated_at": "2019-08-24T14:15:22.123Z",
            "archived": true,
            "integration_id": "string",
            "workspace_id": "string",
            "organization_id": "string",
            "user_id": "string",
            "document_id": "string",
            "inserted_at": "2019-08-24T14:15:22.123Z",
            "integration_name": "string"
        }
    ],
    "meta": {
        "page": 0,
        "limit": 0,
        "hasNextPage": true,
        "hasPreviousPage": true
    }
}
Modificado em 2026-02-10 19:47:40
Página anterior
Companies
Próxima página
Products
Built with