VWO website screenshot

VWO

VWO is a digital experience optimization platform offering A/B testing, personalization, feature management, behavior analytics, and insights.

1 APIs 0 Features
ExperimentationAB TestingPersonalizationConversion OptimizationFeature Flags

APIs

VWO Data API

VWO Data API exposes account data, campaign and goal configuration, reporting, and segmentation across the VWO experimentation platform.

Collections

Pricing Plans

Vwo Plans Pricing

1 plans

PLANS

Rate Limits

Vwo Rate Limits

1 limits

RATE LIMITS

FinOps

Vwo Finops

FINOPS

Resources

🔗
VulnerabilityDisclosure
VulnerabilityDisclosure
🔗
DomainSecurity
DomainSecurity
🔑
Authentication
Authentication
👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
📰
Blog
Blog

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: VWO Data API
  version: 2.0.0
request:
  auth:
    type: apikey
    key: token
    value: '{{token}}'
    placement: header
items:
- info:
    name: Campaigns
    type: folder
  items:
  - info:
      name: List campaigns
      type: http
    http:
      method: GET
      url: https://app.vwo.com/api/v2/accounts/:account_id/campaigns
      params:
      - name: account_id
        value: ''
        type: path
        description: Use the literal `current` keyword to refer to the Main Workspace, or the integer Workspace ID.
    docs: List campaigns
  - info:
      name: Create a campaign
      type: http
    http:
      method: POST
      url: https://app.vwo.com/api/v2/accounts/:account_id/campaigns
      params:
      - name: account_id
        value: ''
        type: path
        description: Use the literal `current` keyword to refer to the Main Workspace, or the integer Workspace ID.
      body:
        type: json
        data: '{}'
    docs: Create a campaign
  - info:
      name: Get campaign details
      type: http
    http:
      method: GET
      url: https://app.vwo.com/api/v2/accounts/:account_id/campaigns/:campaign_id
      params:
      - name: account_id
        value: ''
        type: path
        description: Use the literal `current` keyword to refer to the Main Workspace, or the integer Workspace ID.
      - name: campaign_id
        value: ''
        type: path
    docs: Get campaign details
  - info:
      name: Update a campaign
      type: http
    http:
      method: PATCH
      url: https://app.vwo.com/api/v2/accounts/:account_id/campaigns/:campaign_id
      params:
      - name: account_id
        value: ''
        type: path
        description: Use the literal `current` keyword to refer to the Main Workspace, or the integer Workspace ID.
      - name: campaign_id
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update a campaign
- info:
    name: Websites
    type: folder
  items:
  - info:
      name: List websites with attributes
      type: http
    http:
      method: GET
      url: https://app.vwo.com/api/v2/accounts/:account_id/websites
      params:
      - name: account_id
        value: ''
        type: path
        description: Use the literal `current` keyword to refer to the Main Workspace, or the integer Workspace ID.
    docs: List websites with attributes
  - info:
      name: Get website details
      type: http
    http:
      method: GET
      url: https://app.vwo.com/api/v2/accounts/:account_id/websites/:website_id
      params:
      - name: account_id
        value: ''
        type: path
        description: Use the literal `current` keyword to refer to the Main Workspace, or the integer Workspace ID.
      - name: website_id
        value: ''
        type: path
    docs: Get website details
- info:
    name: Reports
    type: folder
  items:
  - info:
      name: Get all metric reports
      type: http
    http:
      method: GET
      url: https://app.vwo.com/api/v2/accounts/:account_id/insights/reports
      params:
      - name: account_id
        value: ''
        type: path
        description: Use the literal `current` keyword to refer to the Main Workspace, or the integer Workspace ID.
      - name: page
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
      - name: status
        value: ''
        type: query
    docs: Retrieves insights metrics for a specific account, with pagination and filtering.
- info:
    name: Feature Flags
    type: folder
  items:
  - info:
      name: Get all feature flags of a workspace
      type: http
    http:
      method: GET
      url: https://app.vwo.com/api/v2/accounts/:account_id/fme/feature-flags
      params:
      - name: account_id
        value: ''
        type: path
        description: Use the literal `current` keyword to refer to the Main Workspace, or the integer Workspace ID.
    docs: Get all feature flags of a workspace
  - info:
      name: Create a feature flag
      type: http
    http:
      method: POST
      url: https://app.vwo.com/api/v2/accounts/:account_id/fme/feature-flags
      params:
      - name: account_id
        value: ''
        type: path
        description: Use the literal `current` keyword to refer to the Main Workspace, or the integer Workspace ID.
      body:
        type: json
        data: '{}'
    docs: Create a feature flag
  - info:
      name: Get details of a specific feature flag
      type: http
    http:
      method: GET
      url: https://app.vwo.com/api/v2/accounts/:account_id/fme/feature-flags/:feature_flag_id
      params:
      - name: account_id
        value: ''
        type: path
        description: Use the literal `current` keyword to refer to the Main Workspace, or the integer Workspace ID.
      - name: feature_flag_id
        value: ''
        type: path
    docs: Get details of a specific feature flag
  - info:
      name: Update a feature flag
      type: http
    http:
      method: PATCH
      url: https://app.vwo.com/api/v2/accounts/:account_id/fme/feature-flags/:feature_flag_id
      params:
      - name: account_id
        value: ''
        type: path
        description: Use the literal `current` keyword to refer to the Main Workspace, or the integer Workspace ID.
      - name: feature_flag_id
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update a feature flag
  - info:
      name: Delete a feature flag
      type: http
    http:
      method: DELETE
      url: https://app.vwo.com/api/v2/accounts/:account_id/fme/feature-flags/:feature_flag_id
      params:
      - name: account_id
        value: ''
        type: path
        description: Use the literal `current` keyword to refer to the Main Workspace, or the integer Workspace ID.
      - name: feature_flag_id
        value: ''
        type: path
    docs: Delete a feature flag
bundled: true