💡

This integration requires that you have a Pinterest Company Account.

Step 1 Create Pinterest App

Head to Pinterest Developer Dashboard and create your App. Fill out all reqiured Information and wait on the App to get approved.

Step 2 Copy the App ID and Secret

Copy the App ID at “App id” and the Secret Key at “App secret key” Copy App ID and Secret

Step 3 Configure Redirect URI


The OAuth2 Redirect URI is the location where the provider will redirect to after trying to login. This needs to set to your Postiz FRONTEND_URL + /integrations/social/ + pinterest.

  • eg: If you are running on a container, and your Postiz URL is: https://postiz.example.com, then your OAuth2 Redirect URI is https://postiz.example.com/integrations/social/pinterest
  • eg: If you are running on localhost, and your Postiz URL is http://localhost:4200, then your OAuth2 Redirect URI is http://localhost:4200/integrations/social/pinterest

You only need to set one OAuth2 Redirect URI when you are setting up your Postiz app.

Setup of Redirect URIs

PINTEREST_CLIENT_ID=""
PINTEREST_CLIENT_SECRET=""

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