API Reference
Robomotion provides a RESTful API service that can be used to integrate with your workspace. API can be used to manage your robots, users, flows, schedules, jobs, and more.
You can find each API endpoint documentation along with request parameters and sample response in the following pages.
The API endpoint is located at https://api.robomotion.io
📄️ Authentication
Learn how to authenticate your APIs.
📄️ Permissions
You can find the full list of API endpoints in the Token Permission type.
📄️ Flows
GET /v1/flows.list
📄️ Jobs
GET /v1/jobs.list
📄️ Robots
GET /v1/robots.list
📄️ Schedules
GET /v1/schedules.list
📄️ Users
GET /v1/users.list
If you are using On-Prem or Private Cloud version of Robomotion, the API endpoint is located at your custom domain where you installed Robomotion and followed by /api path. ( https://robomotion.acme.inc/api )