As indicated earlier authentication on api uses a combination of basic authentication and bearer token authentication. A sample request header is show below;
Param | Value |
Authorization | Basic c2Rmc2RmMjM0MjM0OnZYcENJSHNX |
Token | j5N5fzdRjRonTmJZvBMWj8KB |
Content-Type | application/json |
Basic authorization value can be generated here >>
https://www.blitter.se/utils/basic-authentication-header-generator/