# Smartsheet API **Provider:** Smartsheet **Category:** developer **Base URL:** `https://smartsheet.redoc.ly` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 300 req/min **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://smartsheet.redoc.ly/ ## Description Allows you to programmatically access and Smartsheet data and account information ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://smartsheet.redoc.ly/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://smartsheet.redoc.ly' ``` ## Sample Response ```json {} ``` ## Pricing Details Pro $9/user/mo (1 admin, unlimited viewers). Business $19/user/mo. Enterprise custom. API access included on all plans. --- *Source: [API Map](https://apimap.dev/apis/smartsheet/) — CC BY 4.0*