> ## Documentation Index
> Fetch the complete documentation index at: https://docs.peopledatalabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How To Authenticate Our APIs Within a Make.com Scenario

To authenticate our APIs within a Make.com scenario, do the following:

1. Go to your Make.com dashboard and click **+ Create a new scenario**:

   <Frame>
     <img src="https://mintcdn.com/peopledatalabs/YteP5zgY1fC23mEV/images/docs/21fa5a3-make1.png?fit=max&auto=format&n=YteP5zgY1fC23mEV&q=85&s=d3fbd9ba0b5b3b32fa3c3bd847dd21ee" alt="make1.png" width="2880" height="1876" data-path="images/docs/21fa5a3-make1.png" />
   </Frame>

2. On the **New scenario** page, click **+**:

   <Frame>
     <img src="https://mintcdn.com/peopledatalabs/YteP5zgY1fC23mEV/images/docs/6d08a70-make2.png?fit=max&auto=format&n=YteP5zgY1fC23mEV&q=85&s=990916c0bde75f4e2f84b36520c11b45" alt="make2.png" width="2880" height="1800" data-path="images/docs/6d08a70-make2.png" />
   </Frame>

3. From the list of available apps, select **People Data Labs**:

   <Frame>
     <img src="https://mintcdn.com/peopledatalabs/YteP5zgY1fC23mEV/images/docs/7141620-make3.png?fit=max&auto=format&n=YteP5zgY1fC23mEV&q=85&s=17e52bf0bdfab8ad8652360b18516495" alt="make3.png" width="2880" height="1800" data-path="images/docs/7141620-make3.png" />
   </Frame>

4. In this tutorial, we are going to use the Person Enrichment API. So select **Enrich a Person**:

   <Frame>
     <img src="https://mintcdn.com/peopledatalabs/0Dx9WJ8G6RwVLrEr/images/docs/e44e7c4-make4.png?fit=max&auto=format&n=0Dx9WJ8G6RwVLrEr&q=85&s=dd88c37b1c4f08b688eed460da62f70b" alt="make4.png" width="2880" height="1800" data-path="images/docs/e44e7c4-make4.png" />
   </Frame>

5. If you have never created a PDL connection in Make.com, you will need to create one by clicking **Add**:

   <Frame>
     <img src="https://mintcdn.com/peopledatalabs/YteP5zgY1fC23mEV/images/docs/bb825e7-make5.png?fit=max&auto=format&n=YteP5zgY1fC23mEV&q=85&s=bb8d06d55d15f9f41eccdc26ad90f523" alt="make5.png" width="2880" height="1800" data-path="images/docs/bb825e7-make5.png" />
   </Frame>

   Then enter a name for the **Connection name** and your PDL API key in **API Key**:

   <Frame>
     <img src="https://mintcdn.com/peopledatalabs/YteP5zgY1fC23mEV/images/docs/432ef23-make6.png?fit=max&auto=format&n=YteP5zgY1fC23mEV&q=85&s=c8a17b3be2c42fb248a1db97e248495f" alt="make6.png" width="2880" height="1800" data-path="images/docs/432ef23-make6.png" />
   </Frame>

   Next click **Save**.

6. Enter data for the person that you want to enrich:

   <Frame>
     <img src="https://mintcdn.com/peopledatalabs/YteP5zgY1fC23mEV/images/docs/01f3cbf-make7.png?fit=max&auto=format&n=YteP5zgY1fC23mEV&q=85&s=ca5a53a5d6d7fd170467f6b95fd635d5" alt="make7.png" width="2880" height="1852" data-path="images/docs/01f3cbf-make7.png" />
   </Frame>

   You can enter the following fields:

   * **[Name](/docs/input-parameters-person-enrichment-api#name)**
   * **[First name](/docs/input-parameters-person-enrichment-api#first_name)**
   * **[Last name](/docs/input-parameters-person-enrichment-api#last_name)**
   * **[Middle name](/docs/input-parameters-person-enrichment-api#middle_name)**
   * **[Location](/docs/input-parameters-person-enrichment-api#location)**
   * **[Street address](/docs/input-parameters-person-enrichment-api#street_address)**
   * **[Locality](/docs/input-parameters-person-enrichment-api#locality)**
   * **[Region](/docs/input-parameters-person-enrichment-api#region)**
   * **[Country](/docs/input-parameters-person-enrichment-api#country)**
   * **[Postal code](/docs/input-parameters-person-enrichment-api#postal_code)**
   * **[Company](/docs/input-parameters-person-enrichment-api#company)**
   * **[School](/docs/input-parameters-person-enrichment-api#school)**
   * **[Phone](/docs/input-parameters-person-enrichment-api#phone)**
   * **[Email](/docs/input-parameters-person-enrichment-api#email)**
   * **[Email hash](/docs/input-parameters-person-enrichment-api#email_hash)**
   * **[Profile](/docs/input-parameters-person-enrichment-api#profile)**
   * **[Lid](/docs/input-parameters-person-enrichment-api#lid)**
   * **[Birth date](/docs/input-parameters-person-enrichment-api#birth_date)**
   * **[Titlecase](/docs/input-parameters-person-enrichment-api#titlecase)**
   * **[Data include](/docs/input-parameters-person-enrichment-api#data_include)**
   * **[Include if matched](/docs/input-parameters-person-enrichment-api#include_if_matched)**
   * **[Min likelihood](/docs/input-parameters-person-enrichment-api#min_likelihood)**
   * **[Required](/docs/input-parameters-person-enrichment-api#required)**

Finally, click **OK**.


## Related topics

- [How To Authenticate Our APIs Within a Zap](/docs/authenticate-our-apis-within-a-zap.md)
- [Make.com Integration](/docs/makecom-integration.md)
- [Zapier Integration](/docs/zapier.md)
- [Data Updates](/docs/data-updates.md)
- [How To Sign Up for a Make.com account](/docs/sign-up-for-a-makecom-account.md)
