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

# Pinterest

> How to add Pinterest to your system

<Snippet file="never-share.mdx" />

<Note>
  This integration requires that you have a Pinterest Company Account.
</Note>

<Steps>
  <Step title="Create Pinterest App">
    Head to [Pinterest Developer Dashboard](https://developers.pinterest.com/apps/) and create your App. Fill out all required Information and wait on the App to get approved.
  </Step>

  <Step title="Copy the App ID and Secret">
    Copy the App ID at "App id" and the Secret Key at "App secret key"

    <img src="https://mintcdn.com/postiz/NC1G4tduhaxm8LzE/images/providers/pinterest/pinterest-002.png?fit=max&auto=format&n=NC1G4tduhaxm8LzE&q=85&s=2ec054ee906e8759a9cdc6d41de81a10" alt="Copy App ID and Secret" width="814" height="183" data-path="images/providers/pinterest/pinterest-002.png" />
  </Step>

  <Step title="Configure Redirect URI">
    <Snippet file="oauth2redirect.mdx" />

    **Your Pinterest OAuth2 Redirect URI:**

    * Production: `https://your-postiz-domain.com/integrations/social/pinterest`
    * Local development: `http://localhost:4200/integrations/social/pinterest`
    * Docker: `http://localhost:5000/integrations/social/pinterest`

          <img src="https://mintcdn.com/postiz/NC1G4tduhaxm8LzE/images/providers/pinterest/pinterest-001.png?fit=max&auto=format&n=NC1G4tduhaxm8LzE&q=85&s=63895562c88b0d244179ba28647cdf2f" alt="Setup of Redirect URIs" width="817" height="319" data-path="images/providers/pinterest/pinterest-001.png" />
  </Step>

  <Step title="Add environment variables">
    ```env theme={null}
    PINTEREST_CLIENT_ID=""
    PINTEREST_CLIENT_SECRET=""
    ```

    You should now be able to add the Pinterest Provider to your User / Team Account.
  </Step>
</Steps>
