website logo
⌘K
Introduction
Authentication
API Reference (Swagger)
API Reference
Campaigns
Contact
Media
Testimonial
Websites
Widgets
Webhooks
Docs powered by archbee 

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
|
Updated 20 Dec 2022
Did this page help you?
Yes
No
UP NEXT
API Reference (Swagger)
Docs powered by archbee 
TABLE OF CONTENTS
Header
API Key
Example