Tradeshift Dx Category Network Requests API

The dx-category--network-requests API from Tradeshift — 4 operation(s) for dx-category--network-requests.

Operations 4

POST /rest/external/network/connect/{companyId} add network connection #
GET /rest/external/network/pending list pending connections #
GET /rest/external/network/requests find network requests #
POST /rest/external/network/requests/{connectionId}/accept accept network request #

Documentation

Specifications

Schemas & Data

Other Resources

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/tradeshift-dx-category-network-requests-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

tradeshift-dx-category-network-requests-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Tradeshift Dx Category Network Requests API
  version: 1.0.0
  description: 'Operations tagged dx-category--network-requests across 2 of this provider''s published API definitions: tradeshift-dx-category-network-requests-api-openapi.yml, tradeshift-external-api-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.tradeshift.com/tradeshift
tags:
- name: dx-category--network-requests
paths:
  /rest/external/network/connect/{companyId}:
    parameters:
    - name: companyId
      in: path
      required: true
      schema:
        type: string
      description: The UUID of the company to create a connection to
    post:
      responses:
        '201':
          description: ''
          headers:
            Location:
              description: Path to retrieve data regarding the newly created connection.
              schema:
                type: string
      description: 'Creates a networkRequest to the specified company. If the company is in the same zone as the current company then a TradeshiftCompanyConnection is created. If the company is not in the same zone a RemoteCompanyConnection is created.

        '
      operationId: post-rest-external-network-connect-companyid
      x-annotation-dx-category: network-requests
      summary: add network connection
      tags:
      - dx-category--network-requests
    servers:
    - url: https://api.tradeshift.com/tradeshift
  /rest/external/network/pending:
    get:
      responses:
        default:
          description: ''
      description: Get the list of connections which are not yet mutual.
      operationId: get-rest-external-network-pending
      parameters:
      - name: limit
        in: query
        description: Maximum number of results, and number of results on each skipped page of results.
        schema:
          default: 25
          type: number
      - name: page
        in: query
        description: Number of result pages to skip
        schema:
          default: 0
          type: number
      x-annotation-dx-category: network-requests
      summary: list pending connections
      tags:
      - dx-category--network-requests
    servers:
    - url: https://api.tradeshift.com/tradeshift
  /rest/external/network/requests:
    get:
      responses:
        '200':
          description: ''
          content:
            text/xml:
              example: "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<NetworkRequestList xmlns=\"http://tradeshift.com/api/public/1.0\"\n    numPages=\"-1\"\n    pageId=\"0\" itemsPerPage=\"25\" itemCount=\"1\">\n  <Items>\n    <Id>8929a879-9827-4ebc-97f7-a4aaf8ace939</Id>\n    <SenderCompanyAccountId>a0e2b622-f745-44a6-9691-283751259090</SenderCompanyAccountId>\n    <Received>2017-03-16T21:43:06.536+01:00</Received>\n    <Connection>\n      <ConnectionType>TradeshiftConnection</ConnectionType>\n      <CompanyName>Simon's Catering and Cocktails</CompanyName>\n      <Country>US</Country>\n      <AcceptingDocumentProfiles/>\n      <CompanyAccountId>a0e2b622-f745-44a6-9691-283751259090</CompanyAccountId>\n      <Identifiers/>\n      <AddressLines/>\n    </Connection>\n  </Items>\n</NetworkRequestList>\n"
              schema:
                type: object
      description: Get the list of pending network requests.
      operationId: get-rest-external-network-requests
      parameters:
      - name: limit
        in: query
        description: Maximum number of results, and number of results on each skipped page of results.
        schema:
          default: 25
          type: number
      - name: page
        in: query
        description: Number of result pages to skip
        schema:
          default: 0
          type: number
      x-annotation-dx-category: network-requests
      summary: find network requests
      tags:
      - dx-category--network-requests
    servers:
    - url: https://api.tradeshift.com/tradeshift
  /rest/external/network/requests/{connectionId}/accept:
    parameters:
    - name: connectionId
      in: path
      required: true
      schema:
        type: string
      description: UUID identifier of the connection
    post:
      responses:
        '200':
          description: 'The network request was successfully accepted and the two companies are now connected. The connection ID (UUID) is returned as plaintext.

            '
          content:
            text/plain:
              schema:
                example: 8df77821-87b2-4251-b70a-c1ce03ab843d
        '404':
          description: Connection request was not accepted or does not exist.
      description: Accepts an existing connection request and marks the connection as accepted with the applicable reverse connection.
      operationId: post-rest-external-network-requests-connectionid-accept
      x-annotation-dx-category: network-requests
      summary: accept network request
      tags:
      - dx-category--network-requests
    servers:
    - url: https://api.tradeshift.com/tradeshift
x-refined-from:
- tradeshift-dx-category-network-requests-api-openapi.yml
- tradeshift-external-api-openapi.yml