Introduction
The Resource Management API provides programmatic access to projects, user assignments, and more. The API implements standard HTTP REST operations that you can call to create, read, update, and delete Resource Management resources.
Requirements:
API access is only available on Pro, Enterprise, and Business Resource Management plans.
If you're on a Trial plan, you can contact Support to request access.
Base URL
Base URL: https://api.rm.smartsheet.com/api/v1/
Authentication
The API uses tokens (API keys) to authenticate requests. If you have the Resourcing Administrator role, you can access your organization's token in the Resource Management application.
Select the kebab icon (three vertical dots) in the top-right of the application, and then select Settings. The settings panel appears.
On the left side, select the Developer API tab.
Copy your token from the token text field near the bottom of the panel.
The Authentication article demonstrates how to apply your token in API operation requests.
What's next?
- Getting started (recommended) explains the fundamentals of using the API.
- OpenAPI reference lists operations and objects by resource, and provides a Try it interface to execute operations from right from within this site.