The Broker API provides means to connect a service to a translator that will return desired data from different sources. The data broker does not mangle the data in any way, it only functions as a proxy between services and translators.
Capabilities
Allows requesting data from an external service defined by the data product, and product code
Validates the signature of the payload
Relays the verified request to the translator registered to the data product.
You need to be logged in into Platform of Trust Sandbox and get your bearer token to execute the following cURL requests.
NOTE: checkout doc.oftrust.net to see required parameter descriptions for constructing requests to the Broker API and code samples in Java, Python and JavaScript.
API Specification
Download Open API Specification (OAS) for Broker here
Download RESTful API Modeling Language (RAML) specifications for Broker here
API Documentation
Check API endpoint, HTTP calls and associated parameters in details at docs.oftrust.net
Developer Guides
Read on how to get your Bearer Token to start accessing and using Platform of Trust APIs in this Guide