Skip to main content

Postman Files


Postman Collection

World-Check On Demand v1.00 - Postman Collection - Release 1

29 August 2025

This is the latest Postman collection for World-Check On Demand v1. It contains multiple variations of sample queries for all filters, including short notes that provide context to the samples. This also includes samples for retrieving the OAuth2.0 token and calling the References API. This allows you to quickly explore the World-Check On Demand API and view the breadth and depth of the next-generation World-Check data.

How to use:

  1. Import both this collection and production environment file (below) in your Postman.
  2. Enter your credentials (i.e., client-id, client-secret) into the uploaded environment. Save.
  3. Choose a sample query, read the notes, and execute.

Authentication:

The collection automates the token retrieval, re-use, and renewals. You do not need to manually retrieve the bearer token. The "Token Request Test" requests are there to illustrate how the token can be retrieved, but is not required for running the other samples.

Paging:

When the API response has a non-zero value in the cursors.next within the meta object, it indicates that there are more results in the next page, like in the example below.

An API response indicating the presence of more results in the next page.
    "meta": {
"legalNotices": "https://developers.lseg.com/content/dam/devportal/en_us/product-docs/wcod/legal",
"requestingUser": "GE-XXXXXXXXXXXXXXXX",
"requestId": "123456789-9876-4567-2468-976431258",
"requestDate": "2025-08-25T00:15:05.123Z",
"cursors": {
"previous": "0",
"next": "gAAAAABorSZ8A_7tNacSDtfONCIJZ40VZNHPVY2O9Bkm7uSDX-gL4PtvStRZop_DUrFe83NqQr_WZ2NwImtuSeqQDcW0TFzyMsCk5ejMhX8W1Jx2vfHvcKE=" <----------------------
},
"queryHash": "0803c3f725f67be965edcf4b0c223d9328db29a0926593f6c38b96ceea962e70-MjAyNS0wOC0yNlQwMzoxNDowNC43NDla"
},

To quickly retrieve the next page, execute the Next Page request. If there are more records in succeeding pages, execute the same request again. To go to the previous page, execute the Previous Page request.

Download: wcod-postman-collection-latest.zip


Postman Environment Files

World-Check On Demand v1.00 - Postman Environment File - Release 1

29 August 2025

This is the latest Postman environment files for World-Check On Demand v1. This contains both files for the Production and Sandbox environments.

Download: wcod-postman-environment-latest.zip