# Token authentication

Required parameter to use our API


Key will be required to authenticate with our API. It should look like this, 64 char length random generated string.

INFO: Token below is a sample token - do not use it for your application. It won't work! Instead, click "Generate your key" and get your own unique token.

By8msspZFE9XB95ZSkuepSUWxZfuqV5w7rjdSTlJBVMjixn24aNlsjDALKsdazSd

GENERATE API KEYS

To generate your API key navigate to the App Settings of your app, there on the left side, in Advanced section, click on Public REST API keys.

⚠️ SECURITY NOTICE

Please do not expose API tokens or sensitive information in client-side code (e.g., in JavaScript on your web pages). Publicly visible tokens can be easily accessed by unauthorized users, leading to potential security risks and issues with CORS policies. For your security, always keep tokens server-side and use environment variables for secure management.