Sparetech Schema API

The Schema API from Sparetech — 2 operation(s) for schema.

Operations 2

GET /schema/export Export Metadata Schema #
GET /schema/import Import Material Schema #

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/sparetech-schema-api"
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.

OpenAPI Specification

sparetech-schema-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Sync Authentication Schema API
  version: 0.2.0
  description: '# Authorization


    <!-- Redoc-Inject: <security-definitions> -->

    '
  contact: {}
  x-logo:
    url: https://app.sparetech.io/img/sparetech-logo.png
    backgroundColor: '#FFFFFF'
    altText: Sparetech logo
servers:
- url: https://sync.sparetech.io/v1
  description: Production environment
- url: https://sync.sandbox.sparetech.io/v1
  description: Sandbox environment
tags:
- name: Schema
paths:
  /schema/export:
    get:
      summary: Export Metadata Schema
      tags:
      - Schema
      responses:
        '200':
          description: A list of `strings` containing attributes that can occur in the metadata object.
          content:
            application/json:
              schema:
                type: array
                items:
                  type: string
                example:
                - MANU
                - ART_NUM
                - TYP
                - DESC
      operationId: getExportSchema
      description: Returns a list of attributes that can occur in the metadata object. Corresponds to the export mapping of your organisation.
      security:
      - Token: []
  /schema/import:
    get:
      summary: Import Material Schema
      tags:
      - Schema
      responses:
        '200':
          description: A list of `strings` containing all the names of the attributes that can occur in the request body of the Import Material endpoint.
          content:
            application/json:
              schema:
                type: array
                items:
                  type: string
                example:
                - Materialnummer
                - '[ART_NUM]'
                - '[MANU]'
                - '[TYP]'
      operationId: getImportSchema
      description: Returns a list of attributes that can occur in the request body of the Import Material endpoint. Corresponds to the Material Master fields of your organisation.
      security:
      - Token: []
components:
  securitySchemes:
    Token:
      description: This API uses JWT for authorization. SPARETECH will provide your client credentials, that are specific to each organisation and integration environment. See the Authentication section of this documentation for details on how to obtain a token.
      type: http
      scheme: bearer
      bearerFormat: JWT
    ClientCredentials:
      type: http
      scheme: basic
x-stoplight:
  id: gfa4jhd050w9x