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 contacts API

The contacts API from Remberg — 2 operation(s) for contacts.

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

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

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

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

5 operations 2 paths 8 schemas 1 DELETE2 GET1 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 contacts API declares 1 security scheme for authenticating requests. An API key is passed in the header as authorization (authorization).

Paths & Operations 5

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

contacts 5
GET
/v1/contacts/{id}
Get a specific contact by ID
ContactsCfaController_findOne 1 param → 200400403404
PATCH
/v1/contacts/{id}
Update a contact by ID
ContactsCfaController_updateOne 1 param body → 200209400403409
DELETE
/v1/contacts/{id}
Delete a contact by ID
ContactsCfaController_deleteOne 1 param → 204400403404
GET
/v1/contacts
Get a list of contacts
ContactsCfaController_findMany 10 params → 200400403
POST
/v1/contacts
Add a new contact to an organization
ContactsCfaController_createOne body → 201400403404409

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are ContactCfaResponseDto (8 properties), ContactsCfaUpdateOneBodyDto (6 properties), ContactsCfaCreateOneBodyDto (6 properties), ContactsCfaFindManyResponseDto (2 properties). Each schema is shown below with its type and property counts.

ContactsCfaCreateOneBodyDto
object
6 properties 4 required
PhoneNumberCfaResponseDto
object
2 properties
PhoneNumberCfaBodyDto
object
2 properties
ContactsCfaUpdateOneBodyDto
object
6 properties
ContactsCfaFindManyResponseDto
object
2 properties 2 required
HourlyRateCfaResponseDto
object
2 properties 1 required
HourlyRateCfaUpdateBodyDto
object
2 properties 1 required
ContactCfaResponseDto
object
8 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

remberg-contacts-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 failure-types API
Remberg files API
Remberg forms API
Remberg inventories API
Remberg organizations API
Remberg part-stock-changes API
Remberg parts API
Remberg procedure-templates API