Skip to content
English
  • There are no suggestions because the search field is empty.

Does OutSmart have an open API for custom developments?

OpenAPI 3.0 endpoints for work orders, relations, materials, employees and more.

Yes — OutSmart offers a documented API

OutSmart provides an OpenAPI 3.0-documented REST API for custom integrations and third-party developments. The API covers the full range of platform entities.

Endpoints and authentication

All API endpoints are available under /os-api/v1/. Authentication requires two tokens:

  • token — your user-level API token
  • software_token — identifies your integration

What you can do

The API supports full CRUD (Create, Read, Update, Delete) operations for:

  • Work orders
  • Relations (customers)
  • Materials
  • Employees
  • Objects (assets)
  • And more

Getting started

Contact info@out-smart.com to request API access. You will receive your tokens and a link to the interactive Swagger documentation.

Related articles