# Pinterest API **Provider:** Pinterest **Category:** social **Base URL:** `https://developers.pinterest.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1 req/s per user token **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developers.pinterest.com/ ## Description The world's catalog of ideas ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developers.pinterest.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developers.pinterest.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free for approved developers. Pinterest API v5 requires app review. OAuth 2.0. Standard access free; advertising features need partner approval. --- *Source: [API Map](https://apimap.dev/apis/pinte/) — CC BY 4.0*