701x Customization API

The Customization API from 701x — 1 operation(s) for customization.

Operations 2

GET /Customization Get customization #
POST /Customization Create customization #

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/701x-customization-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

701x-customization-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: 701x API V1 Customization API
  description: 701x API
  version: v1
tags:
- name: Customization
paths:
  /Customization:
    get:
      tags:
      - Customization
      parameters:
      - name: CompanyId
        in: query
        schema:
          type: string
          format: uuid
      - name: FarmId
        in: query
        schema:
          type:
          - string
          - 'null'
          format: uuid
      - name: UserId
        in: query
        schema:
          type:
          - string
          - 'null'
          format: uuid
      - name: Screen
        in: query
        schema:
          type:
          - string
          - 'null'
      - name: Version
        in: query
        schema:
          type:
          - number
          - 'null'
          format: double
      responses:
        '200':
          description: Success
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Customization'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Customization'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Customization'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      security:
      - oauth2:
        - API701x
      summary: Get customization
      x-summary-source: derived
      operationId: getCustomization
      x-operation-id-source: derived
    post:
      tags:
      - Customization
      requestBody:
        content:
          application/json-patch+json:
            schema:
              type:
              - array
              - 'null'
              items:
                $ref: '#/components/schemas/Customization'
          application/json:
            schema:
              type:
              - array
              - 'null'
              items:
                $ref: '#/components/schemas/Customization'
          text/json:
            schema:
              type:
              - array
              - 'null'
              items:
                $ref: '#/components/schemas/Customization'
          application/*+json:
            schema:
              type:
              - array
              - 'null'
              items:
                $ref: '#/components/schemas/Customization'
      responses:
        '200':
          description: Success
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Customization'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Customization'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Customization'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      security:
      - oauth2:
        - API701x
      summary: Create customization
      x-summary-source: derived
      operationId: postCustomization
      x-operation-id-source: derived
components:
  schemas:
    Customization:
      type: object
      properties:
        id:
          type: string
          format: uuid
        companyId:
          type: string
          format: uuid
        farmId:
          type:
          - string
          - 'null'
          format: uuid
        userId:
          type:
          - string
          - 'null'
          format: uuid
        screen:
          type:
          - string
          - 'null'
        version:
          type:
          - number
          - 'null'
          format: double
        configuration: {}
        _ts:
          type:
          - number
          - 'null'
          format: double
      additionalProperties: false
  securitySchemes:
    oauth2:
      type: oauth2
      flows:
        authorizationCode:
          authorizationUrl: https://login.701x.com/connect/authorize
          tokenUrl: https://login.701x.com/connect/token
          scopes:
            api1: Demo API - full access