# Pinterest

API configuration: [`pinterest`](https://terapi.dev/providers.yaml)

### Features

| Features                                                                                                                                        | Status |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| [Auth (OAuth)](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/authorize-an-api/README.md)                   | ✅      |
| [Sync data](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/sync-data-from-an-api/README.md)                 | ✅      |
| [Perform workflows](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/perform-workflows-with-an-api/README.md) | ✅      |
| [Proxy requests](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/proxy-requests-to-an-api/README.md)         | ✅      |
| [Receive webhooks](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/receive-webhooks-from-an-api/README.md)   | ✅      |

We can implement missing features in <48h, just ask for it in the [community](https://terapi.dev/slack).

### Getting started

* [How to register an Application](https://developers.pinterest.com/docs/getting-started/set-up-app)
* [OAuth-related docs](https://developers.pinterest.com/docs/getting-started/authentication)
* [List of OAuth scopes](https://developers.pinterest.com/docs/getting-started/scopes/#Pinterest%20scopes)
* [API](https://developers.pinterest.com/docs/api/v5)

Need help getting started? Get help in the [community](https://terapi.dev/slack).

### API gotchas

* Access tokens expire within 30 days (2592000 seconds) of being issued. Refresh tokens last for 365 days (31536000 seconds)

Add Getting Started links and Gotchas by [editing this page](https://github.com/terapihq/terapi/tree/master/docs-v2/integrations/all/pinterest.mdx)
