# NewsBreak # How To Generate NewsBreak API Key #### Introduction Welcome to the **NewsBreak API Integration Guide**! This guide will help you seamlessly integrate NewsBreak API into your application, enabling data exchange and automation. Follow the steps below to get started. --- #### Step 1: Create an Ad Account Before you can use the API, ensure you have an **ad account** in our **Ad Manager**. If you donโt have an account, sign up through platform. --- #### Step 2: Obtain an API Access Token 1. Log in to your **Ad Manager** account. 2. Navigate to **Resources โ API Access Tokens**. [](https://agency.p2w.tech/uploads/images/gallery/2025-02/1.png) 3. Click **"Generate Token"** to create a new API access token. [](https://agency.p2w.tech/uploads/images/gallery/2025-02/2.png) > **๐ Note:** Keep your API token secure and do not share it publicly. This token is required for authentication in API requests. --- #### Step 3: Authenticate API Requests Once you have your **API access token**, you can authenticate API requests by including the token in the HTTP **header**. ##### Authentication Header Format
**Key** | **Value** | **Type** |
---|---|---|
Access-Token | `your_access_token_here` | String |