Tradeshift Dx Category Accounts Gli Prefixes API

The dx-category--accounts-gli_prefixes API from Tradeshift — 2 operation(s) for dx-category--accounts-gli_prefixes.

Operations 3

GET /rest/external/gliprefixes/{companyId} find gli prefixes #
POST /rest/external/gliprefixes/{companyId} update gli prefixes #
DELETE /rest/external/gliprefixes/{companyId}/{prefix} remove gli prefixes #

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-accounts-gli-prefixes-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-accounts-gli-prefixes-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Tradeshift Dx Category Accounts Gli Prefixes API
  version: 1.0.0
  description: 'Operations tagged dx-category--accounts-gli_prefixes across 2 of this provider''s published API definitions: tradeshift-dx-category-accounts-gli-prefixes-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--accounts-gli_prefixes
paths:
  /rest/external/gliprefixes/{companyId}:
    parameters:
    - name: companyId
      in: path
      required: true
      schema:
        type: string
      description: Company (tenant) UUID identifier of company to administer TSGLI prefixes for.
    get:
      responses:
        '200':
          description: List of TSGLI prefixes
          content:
            application/json:
              example:
              - Prefix: hq.london
                Label: Headquarters London prefix
              - Prefix: de.berlin
                Label: Berlin office prefix
              schema:
                title: Tradeshift Public API 1.0 - GLI List
                type: array
                additionalProperties: false
                items:
                  required:
                  - Label
                  - Prefix
                  type: object
                  properties:
                    Prefix:
                      type: string
                    Label:
                      type: string
      description: Get all TSGLI prefixes for a company
      operationId: get-rest-external-gliprefixes-companyid
      x-annotation-dx-category: accounts-gli_prefixes
      summary: find gli prefixes
      tags:
      - dx-category--accounts-gli_prefixes
    post:
      responses:
        '201':
          description: The TSGLI prefix was successfully created.
        '400':
          description: Bad request error. Any message as text/plain message.
      description: Create new TSGLI prefix for a company
      operationId: post-rest-external-gliprefixes-companyid
      requestBody:
        content:
          application/json:
            example:
              Prefix: hqprefix
              Label: Headquarters prefix
            schema:
              title: Tradeshift Public API 1.0 - GLI
              required:
              - Prefix
              - Label
              type: object
              additionalProperties: false
              properties:
                Prefix:
                  type: string
                Label:
                  type: string
          application/xml:
            example: "<GLI xmlns=\"http://tradeshift.com/api/1.0\">\n    <Prefix>hqprefix</Prefix>\n    <Label>Headquarters prefix</Label>\n</GLI>\n"
            schema:
              type: object
        required: true
      x-annotation-dx-category: accounts-gli_prefixes
      summary: update gli prefixes
      tags:
      - dx-category--accounts-gli_prefixes
    servers:
    - url: https://api.tradeshift.com/tradeshift
  /rest/external/gliprefixes/{companyId}/{prefix}:
    parameters:
    - name: companyId
      in: path
      required: true
      schema:
        type: string
      description: Company (tenant) UUID identifier of company to administer TSGLI prefixes for.
    - name: prefix
      in: path
      required: true
      schema:
        type: string
      description: TSGLI prefix
    delete:
      responses:
        '204':
          description: The TSGLI prefix was successfully deleted.
        '400':
          description: Bad request error. Any message as text/plain message.
      description: Delete TSGLI prefix
      operationId: delete-rest-external-gliprefixes-companyid-prefix
      x-annotation-dx-category: accounts-gli_prefixes
      summary: remove gli prefixes
      tags:
      - dx-category--accounts-gli_prefixes
    servers:
    - url: https://api.tradeshift.com/tradeshift
x-refined-from:
- tradeshift-dx-category-accounts-gli-prefixes-api-openapi.yml
- tradeshift-external-api-openapi.yml