Drip website screenshot

Drip

Drip is an email marketing and marketing automation platform built for ecommerce brands that combines subscriber management, segmentation, email campaigns, automation workflows, and shopper activity tracking. The Drip REST API gives programmatic access to subscribers, campaigns, events, workflows, broadcasts, orders, carts, and webhooks using either API token Basic authentication or OAuth 2.0.

1 APIs 0 Features
Email MarketingMarketing AutomationEcommerceCustomer EngagementCampaignsWorkflows

APIs

Drip REST API

REST API for Drip exposing subscribers, tags, custom fields, broadcasts, email campaigns, events, conversions, workflows, shopper activity (orders, carts, products), purchases, ...

Collections

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
📝
Signup
Signup
💰
Pricing
Pricing
🔗
Login
Login
💬
Support
Support
📰
Blog
Blog
👥
GitHubOrganization
GitHubOrganization

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Drip REST API
  version: 2.0.0
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: Accounts
    type: folder
  items:
  - info:
      name: List all accounts the authenticated user has access to
      type: http
    http:
      method: GET
      url: https://api.getdrip.com/v2/accounts
    docs: List all accounts the authenticated user has access to
  - info:
      name: Fetch an account
      type: http
    http:
      method: GET
      url: https://api.getdrip.com/v2/accounts/:account_id
      params:
      - name: account_id
        value: ''
        type: path
    docs: Fetch an account
- info:
    name: Broadcasts
    type: folder
  items:
  - info:
      name: List single-email broadcasts
      type: http
    http:
      method: GET
      url: https://api.getdrip.com/v2/:account_id/broadcasts
      params:
      - name: account_id
        value: ''
        type: path
    docs: List single-email broadcasts
  - info:
      name: Fetch a broadcast
      type: http
    http:
      method: GET
      url: https://api.getdrip.com/v2/:account_id/broadcasts/:broadcast_id
      params:
      - name: account_id
        value: ''
        type: path
      - name: broadcast_id
        value: ''
        type: path
    docs: Fetch a broadcast
- info:
    name: Campaigns
    type: folder
  items:
  - info:
      name: List email series campaigns
      type: http
    http:
      method: GET
      url: https://api.getdrip.com/v2/:account_id/campaigns
      params:
      - name: account_id
        value: ''
        type: path
    docs: List email series campaigns
  - info:
      name: Fetch an email series campaign
      type: http
    http:
      method: GET
      url: https://api.getdrip.com/v2/:account_id/campaigns/:campaign_id
      params:
      - name: account_id
        value: ''
        type: path
      - name: campaign_id
        value: ''
        type: path
    docs: Fetch an email series campaign
  - info:
      name: Activate an email series campaign
      type: http
    http:
      method: POST
      url: https://api.getdrip.com/v2/:account_id/campaigns/:campaign_id/activate
      params:
      - name: account_id
        value: ''
        type: path
      - name: campaign_id
        value: ''
        type: path
    docs: Activate an email series campaign
  - info:
      name: Pause an email series campaign
      type: http
    http:
      method: POST
      url: https://api.getdrip.com/v2/:account_id/campaigns/:campaign_id/pause
      params:
      - name: account_id
        value: ''
        type: path
      - name: campaign_id
        value: ''
        type: path
    docs: Pause an email series campaign
  - info:
      name: List subscribers of a campaign
      type: http
    http:
      method: GET
      url: https://api.getdrip.com/v2/:account_id/campaigns/:campaign_id/subscribers
      params:
      - name: account_id
        value: ''
        type: path
      - name: campaign_id
        value: ''
        type: path
    docs: List subscribers of a campaign
  - info:
      name: Subscribe someone to a campaign
      type: http
    http:
      method: POST
      url: https://api.getdrip.com/v2/:account_id/campaigns/:campaign_id/subscribers
      params:
      - name: account_id
        value: ''
        type: path
      - name: campaign_id
        value: ''
        type: path
    docs: Subscribe someone to a campaign
- info:
    name: Subscribers
    type: folder
  items:
  - info:
      name: Batch create or update subscribers
      type: http
    http:
      method: POST
      url: https://api.getdrip.com/v2/:account_id/subscribers/batches
      params:
      - name: account_id
        value: ''
        type: path
    docs: Batch create or update subscribers
  - info:
      name: Batch unsubscribe people
      type: http
    http:
      method: POST
      url: https://api.getdrip.com/v2/:account_id/unsubscribes/batches
      params:
      - name: account_id
        value: ''
        type: path
    docs: Batch unsubscribe people
- info:
    name: Events
    type: folder
  items:
  - info:
      name: Record a single event
      type: http
    http:
      method: POST
      url: https://api.getdrip.com/v2/:account_id/events
      params:
      - name: account_id
        value: ''
        type: path
    docs: Record a single event
  - info:
      name: Batch record events
      type: http
    http:
      method: POST
      url: https://api.getdrip.com/v2/:account_id/events/batches
      params:
      - name: account_id
        value: ''
        type: path
    docs: Batch record events
  - info:
      name: List custom event actions
      type: http
    http:
      method: GET
      url: https://api.getdrip.com/v2/:account_id/event_actions
      params:
      - name: account_id
        value: ''
        type: path
    docs: List custom event actions
- info:
    name: Conversions
    type: folder
  items:
  - info:
      name: List conversions
      type: http
    http:
      method: GET
      url: https://api.getdrip.com/v2/:account_id/goals
      params:
      - name: account_id
        value: ''
        type: path
    docs: List conversions
- info:
    name: Forms
    type: folder
  items:
  - info:
      name: List forms
      type: http
    http:
      method: GET
      url: https://api.getdrip.com/v2/:account_id/forms
      params:
      - name: account_id
        value: ''
        type: path
    docs: List forms
- info:
    name: Orders
    type: folder
  items:
  - info:
      name: Create or update an order (legacy)
      type: http
    http:
      method: POST
      url: https://api.getdrip.com/v2/:account_id/orders
      params:
      - name: account_id
        value: ''
        type: path
    docs: Create or update an order (legacy)
- info:
    name: Custom Fields
    type: folder
  items:
  - info:
      name: List custom field identifiers
      type: http
    http:
      method: GET
      url: https://api.getdrip.com/v2/:account_id/custom_field_identifiers
      params:
      - name: account_id
        value: ''
        type: path
    docs: List custom field identifiers
- info:
    name: Shopper Activity
    type: folder
  items:
  - info:
      name: Batch create or update carts (v3 shopper activity)
      type: http
    http:
      method: POST
      url: https://api.getdrip.com/v3/:account_id/shopper_activity/cart/batch
      params:
      - name: account_id
        value: ''
        type: path
    docs: Batch create or update carts (v3 shopper activity)
  - info:
      name: Batch create or update orders (v3 shopper activity)
      type: http
    http:
      method: POST
      url: https://api.getdrip.com/v3/:account_id/shopper_activity/order/batch
      params:
      - name: account_id
        value: ''
        type: path
    docs: Batch create or update orders (v3 shopper activity)
  - info:
      name: Batch create or update products (v3 shopper activity)
      type: http
    http:
      method: POST
      url: https://api.getdrip.com/v3/:account_id/shopper_activity/product/batch
      params:
      - name: account_id
        value: ''
        type: path
    docs: Batch create or update products (v3 shopper activity)
bundled: true