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

Reonic Contacts API

External people you interact with, such as customers or leads. Not to be confused with [**Users**](#tag/users), which represent members of your workspace.

Reonic Contacts API is one of 29 APIs that Reonic 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 4 operations across 4 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 3.2.0.

Requests are made against a single base URL, {apiBaseUrl}/rest/v3/.

4 operations 4 paths 3 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.2.0
Base URL
https://api.reonic.de/rest/v3/
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Reonic Contacts API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Authorization (X-Authorization). By default, every request must be authenticated.

Paths & Operations 4

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

Contacts 4

External people you interact with, such as customers or leads. Not to be confused with [Users](tag/users), which represent members of your workspace.

GET
/contacts
List contacts
10 params → 200
GET
/contacts/{contactId}
Get contact
2 params → 200
POST
/contacts/create
Create contact
body → 201
POST
/contacts/{contactId}/update
Update contact
1 param body → 200404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are ContactCreate (14 properties), Contact (14 properties). Each schema is shown below with its type and property counts.

ContactDetail
Contact
object
14 properties 14 required
ContactCreate
object
14 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

reonic-contacts-api-openapi.yml Raw ↑

Other APIs Reonic publishes across the network.

Reonic Activities API
Reonic Appointments API
Reonic Calendar Categories API
Reonic Calendars API
Reonic Checklist Templates API
Reonic Checklists API
Reonic Commercial Projects API
Reonic Components API
Reonic File Folders API
Reonic Files API
Reonic Kanban Boards API
Reonic Kanban Columns API