# Get Started Here's the quickest way to start using the Smartsheet API. ## Generate an API access token Generate an API access token in the Smartsheet UI. 1. Go to the Smartsheet UI. 2. Select your **Account** icon in the lower-left corner of the screen, and then select **Personal Settings**. The Personal Settings page for your account appears. 3. Select the **API Access** tab. 4. Click the **Generate new access token** button to generate an API access token. ![](/assets/generate-api-token.88baa369e3a9a493b9b77c98f575bdedf4f5122f5a96b85e4414f44817635503.99ff9e22.png) 5. Note your access token and store it in a secure location. See [Access Token Best Practices](/api/smartsheet/guides/basics/authentication#access-token-best-practices). > **Note:** Tokens generated for Smartsheet, Smartsheet Regions instances, and Smartsheet Gov use the above generation process. However, these tokens aren't interchangeable. - A token generated on Smartsheet doesn't work on a Smartsheet Regions instance or Smartsheet Gov. - Each environment requires a token specifically generated for it. ## Call an API endpoint operation You can call an operation right from within this documentation site. 1. Navigate to the page of an operation you want to call. For example, go to the [List workspaces](/api/smartsheet/openapi/workspaces/list-workspaces) page. 2. Click the **Try it** button, under the example request code on the right side of the opertion page. ![](/assets/click-try-it.7db98ecfeea1473f1ba07e3482075ef232d740da0affdff083e345e1d2a18c18.99ff9e22.png) A request editor appears. ![](/assets/query-editor.534fb020a08f94551ded9eabd462added6e91c5355f74c4ac596233537d8930b.99ff9e22.png) 3. Apply your API access token in the **Security** tab by selecting the **Bearer Token** value field and then selecting **Set value** to start replacing the current value. ![](/assets/api-token-set-value.539eb9d3877753414c7218b19f4d6852bfa524e6befc9d2f4f6287e0e648c38b.99ff9e22.png) 4. In the **Query** tab, set or unset the operation's query parameters. ![](/assets/query-tab.234203a8f245879cee2d9701387d47191de46921ad2130d9dd8c4a03ff0c87cc.99ff9e22.png) 5. When you're ready to call the operation, click the **Send** button. A response appears in the **Response** tab, at the bottom left of the editor window. ![](/assets/response.30a328f88cd23b4c5be6a9bdab845c85d7799be89f98db7a6bc258f1cbf835e8.99ff9e22.png) You called the operation and received a response! You can call other Smartsheet operations the same way, from within the Smartsheet API documentation site.