To access the API endpoints, authentication is required through the use of an API key. This ensures that only authorized users can interact with the API services.
The API uses API key-based authentication. Each request to the API must include a valid API key in the request headers. The API key serves as a unique identifier and is used to authenticate the client making the request.
When making a request to the API, include the API key in the request headers. Below is an example using cURL to demonstrate how to set up the headers for authentication: