Authentication
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.
An API Key can be generated in your Trust account.
Updated 03 Mar 2023
Did this page help you?