Nedap Agbcode API

The Agbcode API from Nedap — 6 operation(s) for agbcode.

Operations 6

GET /t/agbcodes Returns every Agbcode available from the AgbcodeAPI #
GET /t/agbcodes/{id} Return the Agbcode corresponding to the given id #
GET /t/agbcodes/by_client_id/{id}/sorted Return a list of sorted agbcodes, using the tree depth of the location of given… #
GET /v0/administration/agbcodes Returns every Agbcode available from the AgbcodeAPI #
GET /v0/administration/agbcodes/{id} Return the Agbcode corresponding to the given id #
GET /v0/administration/agbcodes/by_client_id/{id}/sorted Return a list of sorted agbcodes, using the tree depth of the location of given… #

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/nedap-agbcode-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

nedap-agbcode-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Agbcode API
  version: 0.0.0
  description: 'Operations tagged Agbcode across 2 of this provider''s published API definitions: nedap-ons-deprecated-openapi-original.json, nedap-ons-openapi-original.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api-development.ons.io
tags:
- name: Agbcode
paths:
  /t/agbcodes:
    get:
      tags:
      - Agbcode
      summary: Returns every Agbcode available from the AgbcodeAPI
      operationId: AgbcodeAPI.all
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/list.AgbcodeList'
      x-cupido-common-method: true
      x-replaced-by: /v0/administration/agbcodes
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/agbcodes/{id}:
    get:
      tags:
      - Agbcode
      summary: Return the Agbcode corresponding to the given id
      operationId: AgbcodeAPI.byId
      parameters:
      - name: id
        in: path
        description: used for selecting Agbcode
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Agbcode'
      x-cupido-common-method: true
      x-replaced-by: /v0/administration/agbcodes/{id}
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/agbcodes/by_client_id/{id}/sorted:
    get:
      tags:
      - Agbcode
      summary: Return a list of sorted agbcodes, using the tree depth of the location of given…
      description: if the agbcode of the location fails, return agbcode from the parent unit
      operationId: AgbcodeAPI.sortedByClientId
      parameters:
      - name: id
        in: path
        description: of the client's object from who we want the associated agbcode
        required: true
        schema:
          type: integer
          format: int64
      - name: active_only
        in: query
        description: Determines if only the active or all agb codes of the active locations of given person are returned.
        required: false
        schema:
          type: boolean
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/list.AgbcodeList'
        '400':
          description: Client ID is required
      x-replaced-by: /v0/administration/agbcodes/by_client_id/{id}/sorted
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/administration/agbcodes:
    get:
      tags:
      - Agbcode
      summary: Returns every Agbcode available from the AgbcodeAPI
      operationId: AgbcodeAPI.all
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/list.AgbcodeList'
      x-cupido-common-method: true
      x-replacement-for:
      - /t/agbcodes
    servers:
    - url: https://api-development.ons.io
  /v0/administration/agbcodes/{id}:
    get:
      tags:
      - Agbcode
      summary: Return the Agbcode corresponding to the given id
      operationId: AgbcodeAPI.byId
      parameters:
      - name: id
        in: path
        description: used for selecting Agbcode
        required: true
        schema:
          type: integer
          format: int64
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Agbcode'
      x-cupido-common-method: true
      x-replacement-for:
      - /t/agbcodes/{id}
    servers:
    - url: https://api-development.ons.io
  /v0/administration/agbcodes/by_client_id/{id}/sorted:
    get:
      tags:
      - Agbcode
      summary: Return a list of sorted agbcodes, using the tree depth of the location of given…
      description: if the agbcode of the location fails, return agbcode from the parent unit
      operationId: AgbcodeAPI.sortedByClientId
      parameters:
      - name: id
        in: path
        description: of the client's object from who we want the associated agbcode
        required: true
        schema:
          type: integer
          format: int64
      - name: active_only
        in: query
        description: Determines if only the active or all agb codes of the active locations of given person are returned.
        required: false
        schema:
          type: boolean
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/list.AgbcodeList'
        '400':
          description: Client ID is required
      x-replacement-for:
      - /t/agbcodes/by_client_id/{id}/sorted
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    Agbcode:
      type: object
      properties:
        id:
          type: integer
          format: int64
          x-cupido-id: true
        name:
          type: string
        code:
          type: string
        vatNumber:
          type: string
      description: Agbcode model (no description)
      example:
        id: 1
        name: Organization name
        code: '75750535'
        vatNumber: NL123456789B01
      xml:
        name: agbcode
    list.AgbcodeList:
      type: object
      properties:
        agbcodes:
          type: array
          items:
            $ref: '#/components/schemas/Agbcode'
          xml:
            name: agbcode
      description: AgbcodeList model (no description)
      example:
        agbcodes:
        - id: 1
          name: Organization name 1
          code: '75750535'
          vatNumber: NL123456789B01
        - id: 2
          name: Organization name 2
          code: '75750537'
          vatNumber: NL123456789B02
      xml:
        name: agbcodes
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json