Prerequisite: You need an API Key to authenticate your requests. You can generate one in the Developer
Dashboard.
Authentication
All API requests must be authenticated using your API key. You can pass the key in one of two ways:1. Header (Recommended)
Include the headerAuthorization: Bearer YOUR_API_KEY in your requests.
2. Query Parameter
Append?apikey=YOUR_API_KEY to the URL.
