The Lioncripto API uses API Keys to authenticate requests.
You can create on the web app.
Production.
Sandbox.
Just insert your api key in the "X-API-KEY" request header, as in the example below:
"headers": {
"Content-Type": "application/json",
"X-API-KEY": "your_api_key"
},