Warning: Never share your X (formerly Twitter) API keys or access tokens with anyone — including Aimkt developers.
These keys are for your personal use only and must be kept secure in your private environment.
Full control of your API access at all times.
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”

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 Aimkt aimkt.xyz + /integrations/social/ + pinterest.
- eg: If you are running on a container, and your Aimkt URL is:
https://aimkt.xyz, then your OAuth2 Redirect URI ishttps://aimkt.xyz/integrations/social/pinterest - eg: If you are running on localhost, and your Aimkt URL is
http://localhost:4200, then your OAuth2 Redirect URI ishttp://localhost:4200/integrations/social/pinterest - eg: If you are running on localhost, and the provider doesn't accept http uris, and your Aimkt URL is
http://localhost:4200, then your OAuth2 Redirect URI ishttps://redirectmeto.com/http://localhost:4200/integrations/social/pinterest
You only need to set one OAuth2 Redirect URI when you are setting up your Aimkt app.

Go to setting https://aimkt.xyz/settings => Click tab “Social API Keys” => Click button ”+ Add New”

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