Your API token grants access to your Benzinga account, so handle it securely. Avoid sharing it in public repositories, client-side code, or other unsecured locations.
Authenticating Requests
The Benzinga API uses Bearer Authentication, a secure scheme where each request includes a token in thetoken query param. This token serves as a bearer of access privileges to Benzinga resources.
Example Request with Bearer Token
Include the token in theToken Query param of your request as follows: