Getting Set Up

Credentials

To use the Obs Integration API, you’ll need an application id and key. Contact your WDT sales rep to obtain one.

Required HTTP Headers

Accept

Requests must use the following Accept header, unless otherwise specified in the endpoint description:

Accept: application/vnd.wdt+json; version=1

Authentication

The Obs Integration API uses HTTP basic authentication. Simply use your application id and key as your respective username and password.

Example Usage

An example header for retrieving a list of Observation Sets for a user with an application id and key of foo and bar would look something like this:

GET /observation-sets HTTP/1.1
...
Accept: application/vnd.wdt+json; version=1
Authentication: Basic Rk9POkJBUiAtbgo=