DealRoom API

The DealRoom API is a secure interface for managing your DealRoom instance. With the DealRoom API, you can write applications or automation scripts to create new rooms, manage users and permissions, upload documents, create requests, etc.

All DealRoom APIs are built using REST conventions and designed to have a predictable URL structure. They use many standard HTTP features, including methods (POST, GET, PUT, DELETE) and error response codes.

All DealRoom API calls are made under https://<organization>.delroom.net/api/v0/ and all responses return standard JSON. To use the API, you will need to generate an API token. This can be done easily through the “Profile Settings Panel” that is accessible through the header on the DealRoom web app.

Organizations use DealRoom API for:

  • Reflect changes from internal project management tool into DealRoom, including changes made by users who may not have access to DealRoom
  • File transfer from internal project management tool into DealRoom

If you are trying to accomplish an action through this API and are not sure on what endpoints to use, or if you have ideas on more endpoints we could create to make your workflow easier, please do not hesitate to contact us at support@dealroom.net