GetResponse website screenshot

GetResponse

GetResponse is an online marketing platform offering email marketing, marketing automation, landing pages, webinars, and conversion funnels for small businesses, marketers, and enterprises. The platform provides tools to grow email lists, automate campaigns, segment audiences, and engage customers across multiple channels. The GetResponse API v3 is a JSON REST API that uses X-Auth-Token header authentication to manage contacts, campaigns, newsletters, autoresponders, landing pages, webinars, and more.

1 APIs 0 Features
Email MarketingMarketing AutomationLanding PagesWebinarsConversion FunnelsCRM

APIs

GetResponse API v3

JSON REST API for managing contacts, campaigns, newsletters, autoresponders, landing pages, webinars, custom fields, tags, segments, and workflows in the GetResponse platform. A...

Collections

Resources

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

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: GetResponse API v3
  version: 3.0.0
request:
  auth:
    type: apikey
    key: X-Auth-Token
    value: '{{X-Auth-Token}}'
    placement: header
items:
- info:
    name: Accounts
    type: folder
  items:
  - info:
      name: Get account information for the authenticated user
      type: http
    http:
      method: GET
      url: https://api.getresponse.com/v3/accounts
    docs: Get account information for the authenticated user
- info:
    name: Campaigns
    type: folder
  items:
  - info:
      name: List campaigns (lists)
      type: http
    http:
      method: GET
      url: https://api.getresponse.com/v3/campaigns
      params:
      - name: page
        value: ''
        type: query
      - name: perPage
        value: ''
        type: query
    docs: List campaigns (lists)
  - info:
      name: Create a new campaign
      type: http
    http:
      method: POST
      url: https://api.getresponse.com/v3/campaigns
      body:
        type: json
        data: '{}'
    docs: Create a new campaign
  - info:
      name: Get a single campaign
      type: http
    http:
      method: GET
      url: https://api.getresponse.com/v3/campaigns/:campaignId
      params:
      - name: campaignId
        value: ''
        type: path
    docs: Get a single campaign
- info:
    name: Contacts
    type: folder
  items:
  - info:
      name: List contacts
      type: http
    http:
      method: GET
      url: https://api.getresponse.com/v3/contacts
      params:
      - name: page
        value: ''
        type: query
      - name: perPage
        value: ''
        type: query
      - name: query[email]
        value: ''
        type: query
      - name: query[campaignId]
        value: ''
        type: query
    docs: List contacts
  - info:
      name: Add (or import) a contact to a campaign
      type: http
    http:
      method: POST
      url: https://api.getresponse.com/v3/contacts
      body:
        type: json
        data: '{}'
    docs: Add (or import) a contact to a campaign
  - info:
      name: Get a contact
      type: http
    http:
      method: GET
      url: https://api.getresponse.com/v3/contacts/:contactId
      params:
      - name: contactId
        value: ''
        type: path
    docs: Get a contact
  - info:
      name: Update a contact
      type: http
    http:
      method: POST
      url: https://api.getresponse.com/v3/contacts/:contactId
      params:
      - name: contactId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update a contact
  - info:
      name: Delete a contact
      type: http
    http:
      method: DELETE
      url: https://api.getresponse.com/v3/contacts/:contactId
      params:
      - name: contactId
        value: ''
        type: path
    docs: Delete a contact
- info:
    name: Newsletters
    type: folder
  items:
  - info:
      name: List newsletters
      type: http
    http:
      method: GET
      url: https://api.getresponse.com/v3/newsletters
      params:
      - name: page
        value: ''
        type: query
      - name: perPage
        value: ''
        type: query
    docs: List newsletters
  - info:
      name: Create / send a newsletter
      type: http
    http:
      method: POST
      url: https://api.getresponse.com/v3/newsletters
      body:
        type: json
        data: '{}'
    docs: Create / send a newsletter
  - info:
      name: Get a newsletter
      type: http
    http:
      method: GET
      url: https://api.getresponse.com/v3/newsletters/:newsletterId
      params:
      - name: newsletterId
        value: ''
        type: path
    docs: Get a newsletter
- info:
    name: Autoresponders
    type: folder
  items:
  - info:
      name: List autoresponders
      type: http
    http:
      method: GET
      url: https://api.getresponse.com/v3/autoresponders
    docs: List autoresponders
  - info:
      name: Get autoresponder
      type: http
    http:
      method: GET
      url: https://api.getresponse.com/v3/autoresponders/:autoresponderId
      params:
      - name: autoresponderId
        value: ''
        type: path
    docs: Get autoresponder
- info:
    name: Custom Fields
    type: folder
  items:
  - info:
      name: List custom fields
      type: http
    http:
      method: GET
      url: https://api.getresponse.com/v3/custom-fields
    docs: List custom fields
  - info:
      name: Create custom field
      type: http
    http:
      method: POST
      url: https://api.getresponse.com/v3/custom-fields
      body:
        type: json
        data: '{}'
    docs: Create custom field
- info:
    name: Tags
    type: folder
  items:
  - info:
      name: List tags
      type: http
    http:
      method: GET
      url: https://api.getresponse.com/v3/tags
    docs: List tags
  - info:
      name: Create a tag
      type: http
    http:
      method: POST
      url: https://api.getresponse.com/v3/tags
      body:
        type: json
        data: '{}'
    docs: Create a tag
- info:
    name: Webhooks
    type: folder
  items:
  - info:
      name: List webhooks
      type: http
    http:
      method: GET
      url: https://api.getresponse.com/v3/webhooks
    docs: List webhooks
  - info:
      name: Create a webhook
      type: http
    http:
      method: POST
      url: https://api.getresponse.com/v3/webhooks
      body:
        type: json
        data: '{}'
    docs: Create a webhook
bundled: true