Cronus Flex API uses token-based authentication over HTTPS. In every request, the following HTTP headers must be added:
Authorization
Authorization (Bearer Authentication)
TheAuthorizationheader comes from the standard Bear Authorization implementation.
The value in the header should follow the formatBearer <KeyID>, in which the <KeyID>is provided separately during onboarding.
See the example below:
Authorization → Bearer ZGVtbzoxMjM0NTY3879879xMjMjkhou900NTY3ODk=
You may also try the following example (without theBearerkeyword in theAuthorizationheader)
Authorization → ZGVtbzoxMjM0NTY3879879xMjMjkhou900NTY3ODk=
Please note that the <KeyID> in the above examples is fake; please replace it with your own.