### Authentication Header Example Source: https://api-v2.heysummit.com/index This snippet demonstrates how to include the API key in the Authorization header for authentication with the HeySummit API v2. Ensure you replace 'XXXXXXXXXXXXXXXXXXX' with your actual API key. ```Shell Authorization: Token XXXXXXXXXXXXXXXXXXX ``` -------------------------------- ### API Endpoint Base URL Source: https://api-v2.heysummit.com/index This snippet shows the base URL for the HeySummit API v2. All API requests should be made to this endpoint. ```Plain Text https://app.heysummit.com/api/v2/ ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.