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

Inflection.io Contacts API

The Contacts API from Inflection.io — 5 operation(s) for contacts.

Inflection.io Contacts API is one of 4 APIs that Inflection.io 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, API documentation, and an API reference.

This API exposes 6 operations across 5 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.inflection.io.

6 operations 5 paths 4 schemas 3 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.inflection.io/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Inflection.io Contacts API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Personal Access Token. READ scope for GET, WRITE scope for POST/PATCH/DELETE.

Paths & Operations 6

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

Contacts 6
GET
/v1/contacts/{id}
Get contact by ID
getContactById 1 param → 200400
PATCH
/v1/contacts/{id}
Update a contact
updateContact 1 param body → 200
GET
/v1/contacts/by-email/{email}
Get contact by email
getContactByEmail 1 param → 200400
POST
/v1/contacts
Create a contact
createContact body → 200
POST
/v1/contacts/batch
Batch upsert contacts
batchUpsertContacts body → 200
GET
/v1/contacts/transactions/{transactionId}
Get a transaction
getContactTransaction 1 param → 200

Schemas 4

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

Transaction
object
3 properties
Contact
object
3 properties
Envelope
object
4 properties
ContactProperties
object
Keys must be snakecase. camelCase keys are silently ignored (saved as null).
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

inflectionio-contacts-api-openapi.yml Raw ↑

Other APIs Inflection.io publishes across the network.

Inflection.io Contact Activity API
Inflection.io Email Templates API
Inflection.io Lists and Members API