Read API 2.0 Documentation

What is the Read API 2.0?

What is the Read API 2.0?

This guide will explain how to construct the HMAC hash which is used to secure a call to the Read API. Please note: this guide is written from the point of view an older API. It does not explain which URL to call, or exact parameters to pass for this API. Instead it shows, in general, how to calculate and HMAC has and how to include it in a URL.

This is the schema for the Fetch operation of the Read API 2.0.

This is an example Item for the Fetch operation of the Read API 2.0. It contains all attributes which are not recipient specific.

To see how to call the Read API 2.0, explore the Swagger Pages in the side bar under Read API 2.0. Or try the code examples below.

PHP code example

Java code example

C# code example

Python code example