Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Remberg organizations API

The organizations API from Remberg — 4 operation(s) for organizations.

Remberg organizations API is one of 19 APIs that Remberg publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include organizations. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 9 operations across 4 paths, and defines 9 schemas. It is described by OpenAPI 3.0.0, at version v1.

Requests are made against a single base URL, https://api.remberg.de.

9 operations 4 paths 9 schemas 2 DELETE4 GET2 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v1
Base URL
https://api.remberg.de
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Remberg organizations API declares 1 security scheme for authenticating requests. An API key is passed in the header as authorization (authorization).

Paths & Operations 9

Across 4 paths, the API surfaces 9 operations — 2 DELETE, 4 GET, 2 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

organizations 9
GET
/v1/organizations/number/{organizationNumber}
Get an Organization by its number
OrganizationsCfaController_findOneByOrganizationNumber 1 param → 200403404409
PATCH
/v1/organizations/number/{organizationNumber}
Update an Organization by its number
OrganizationsCfaController_updateOneByOrganizationNumber 1 param body → 200400403404409
DELETE
/v1/organizations/number/{organizationNumber}
Delete an Organization by its number
OrganizationsCfaController_deleteOneByOrganizationNumber 1 param → 204400403409
GET
/v1/organizations/{id}
Get a specific organization by ID
OrganizationsCfaController_findOneById 1 param → 200400403404
PATCH
/v1/organizations/{id}
Update a organization by ID
OrganizationsCfaController_updateOneById 1 param body → 200400403404409
DELETE
/v1/organizations/{id}
Delete an organization by ID
OrganizationsCfaController_deleteOneById 1 param → 204400403404
GET
/v1/organizations
Get a list of organizations
OrganizationsCfaController_findMany 9 params → 200400403
POST
/v1/organizations
Create a new organization
OrganizationsCfaController_createOne body → 201400403404409
GET
/v1/organizations/{id}/contacts
Get a list of contacts for a specific organization
OrganizationsCfaController_findManyContacts 6 params → 200400403

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are OrganizationCfaResponseDto (11 properties), AddressCfaBodyDto (8 properties), OrganizationsCfaUpdateOneBodyDto (8 properties), OrganizationsCfaCreateOneBodyDto (8 properties). Each schema is shown below with its type and property counts.

OrganizationsCfaFindManyResponseDto
object
2 properties 2 required
PhoneNumberCfaResponseDto
object
2 properties
OrganizationsCfaCreateOneBodyDto
object
8 properties 1 required
PhoneNumberCfaBodyDto
object
2 properties
OrganizationCfaResponseDto
object
11 properties 6 required
OrganizationsCfaUpdateOneBodyDto
object
8 properties
ContactsCfaFindManyResponseDto
object
2 properties 2 required
AddressCfaBodyDto
object
8 properties
AddressCfaResponseDto
object
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

remberg-organizations-api-openapi.yml Raw ↑

Other APIs Remberg publishes across the network.

Remberg ai-chat API
Remberg asset-status-signals API
Remberg asset-types API
Remberg assets API
Remberg contacts API
Remberg failure-types API
Remberg files API
Remberg forms API
Remberg inventories API
Remberg part-stock-changes API
Remberg parts API
Remberg procedure-templates API