Motadata ServiceOps

ServiceOps is Motadata's AI-powered, ITIL-aligned IT and enterprise service management suite. Its REST API lets third-party systems create, read, update and delete requests, problems, changes, releases, service requests, conversations, assets, hardware components, CMDB configuration items and discovery components, plus system-field and user-management lookups, across roughly 106 documented endpoint pages. Authentication is either an OAuth 2.0 password grant at /api/oauth/token or an API key sent as `Authorization: Apikey `. A configurable token-bucket rate limiter (20 requests/second, burst 30 by default) signals through X-RateLimit-* headers. Motadata publishes no OpenAPI.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/serviceops"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: motadata:serviceops
name: Motadata ServiceOps
description: 'ServiceOps is Motadata''s AI-powered, ITIL-aligned IT and enterprise service management
  suite. Its REST API lets third-party systems create, read, update and delete requests, problems, changes,
  releases, service requests, conversations, assets, hardware components, CMDB configuration items and
  discovery components, plus system-field and user-management lookups, across roughly 106 documented endpoint
  pages. Authentication is either an OAuth 2.0 password grant at /api/oauth/token or an API key sent as
  `Authorization: Apikey <key>`. A configurable token-bucket rate limiter (20 requests/second, burst 30
  by default) signals through X-RateLimit-* headers. Motadata publishes no OpenAPI.'
humanURL: https://www.motadata.com/products/serviceops
baseURL: https://{serviceops-host}/api
tags:
- ITSM
- Service Desk
- Asset Management
- CMDB
properties:
- type: Documentation
  url: https://docs.motadata.com/serviceops-docs/
- type: APIReference
  url: https://docs.motadata.com/serviceops-docs/integration-docs/introduction
- type: GettingStarted
  url: https://docs.motadata.com/serviceops-docs/integration-docs/managing-request-using-api
- type: ReleaseNotes
  url: https://docs.motadata.com/serviceops-docs/release-notes/
- type: Authentication
  url: authentication/motadata-authentication.yml
- type: OAuthScopes
  url: scopes/motadata-scopes.yml
- type: RateLimits
  url: rate-limits/motadata-rate-limits.yml
x-base-url-note: Templated on purpose. ServiceOps is deployed on the customer's own infrastructure and
  Motadata's own documentation writes the base as {{server-url}}.