WO Data API

REST bulk-export service that provides access to WO Network, WO Traffic and WO Omni data "in a unified version agnostic manner". Every export is asynchronous: a submit call returns a RequestId and the result is pushed later, in chunks, to a destination the caller nominates — an HTTP endpoint, FTP, local storage, e-mail, AWS S3, Google Cloud or the caller's own Kafka brokers — with a callback acknowledgement closing the loop. Authenticated by three flat request headers (partner-id, api-key, agreement-key) issued out of band by WideOrbit Support under what the guide calls a "closed authentication model". This is the only WideOrbit API with a publicly readable reference, and that reference is a 60-page PDF; the base URL is templated as {root} and is provisioned per partner rather than published.

API entry from apis.yml

apis.yml Raw ↑
name: WO Data API
description: 'REST bulk-export service that provides access to WO Network, WO Traffic and WO Omni data
  "in a unified version agnostic manner". Every export is asynchronous: a submit call returns a RequestId
  and the result is pushed later, in chunks, to a destination the caller nominates — an HTTP endpoint,
  FTP, local storage, e-mail, AWS S3, Google Cloud or the caller''s own Kafka brokers — with a callback
  acknowledgement closing the loop. Authenticated by three flat request headers (partner-id, api-key,
  agreement-key) issued out of band by WideOrbit Support under what the guide calls a "closed authentication
  model". This is the only WideOrbit API with a publicly readable reference, and that reference is a 60-page
  PDF; the base URL is templated as {root} and is provisioned per partner rather than published.'
humanURL: https://www.wideorbit.com/wp-content/uploads/2022/07/WO-DATA-API-Guide-Version-421_New.pdf
tags:
- Advertising
- Media
- Data
- Bulk Export
properties:
- type: APIReference
  url: https://www.wideorbit.com/wp-content/uploads/2022/07/WO-DATA-API-Guide-Version-421_New.pdf
- type: Authentication
  url: authentication/wideorbit-authentication.yml
- type: Conventions
  url: conventions/wideorbit-conventions.yml
- type: ErrorCatalog
  url: errors/wideorbit-problem-types.yml
- type: DataModel
  url: data-model/wideorbit-data-model.yml
- type: Webhooks
  url: asyncapi/wideorbit-webhooks.yml
- type: RateLimits
  url: rate-limits/wideorbit-rate-limits.yml
- type: Lifecycle
  url: lifecycle/wideorbit-lifecycle.yml