Authentication

Header

To authenticate, add an Authorization header to your API request that contains an API Key (see below). We are using Basic authentication so you need to construct the credentials first combining any string as first value and the password (your api key) with a colon. Then encode the string base64.

API Key

An API Key can be generated in your Trust account.

Example

C#

JS

JS