Endpoints Overview

Supported resource guides for the Leenops REST API.

Base URL:

https://workspace.leenops.com/api/v1

The supported public REST contract contains 7 paths and 17 operations.

ResourcePathsGuide
CRM contacts/crm/contactsContacts
CRM deals/crm/deals, /crm/deals/{id}Deals
Projects/projects, /projects/{id}Projects
Tasks and tickets/issues, /issues/{id}Issues

Common behavior

  • Bearer authentication is required.
  • API-key reads require the matching read or write scope; mutations require the write scope.
  • Standard list pagination is page plus limit, with a usual default of 50 and maximum of 100.
  • Sorting and filtering are endpoint-specific. Do not send parameters unless the resource guide lists them.
  • Strict request schemas reject unknown fields on many mutations.
  • Most creates return 201; updates and deletes normally return 200.

An operation absent from this page and Public API Status is not a supported public REST contract. Use MCP for broader automation or contact support@leenops.com.

On this page