# Pinterest API **Provider:** Pinterest **Category:** social **Base URL:** `https://www.pinterest.com` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1 req/s per user token ยท 1K req/day (app-level basic) **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.pinterest.com/login/?next=http%3A%2F%2Fdevelopers.pinterest.com%2Fapi_docs%2F ## Description Pinterest API. See documentation for full details. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.pinterest.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.pinterest.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free for approved developers. Pinterest API v5 requires app review. Ads API for business. Standard access free; some features require partner approval. --- *Source: [API Map](https://apimap.dev/apis/pinterest/) โ€” CC BY 4.0*