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 Lists and Members API

The Lists and Members API from Inflection.io — 4 operation(s) for lists and members.

Inflection.io Lists and Members 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 Lists and Members. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 7 operations across 4 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 1.0.

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

7 operations 4 paths 1 schemas 2 DELETE2 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 Lists and Members 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 7

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

Lists and Members 7
POST
/v1/lists
Create a list
createList body → 200400
GET
/v1/lists/{id}
Get a list
getList 1 param → 200404
PATCH
/v1/lists/{id}
Update a list
updateList 1 param body → 200
DELETE
/v1/lists/{id}
Delete a list
deleteList 1 param → 200
GET
/v1/lists/{id}/members
Get list members
getListMembers 3 params → 200
POST
/v1/lists/{id}/members
Add list members
addListMembers 1 param body → 200
DELETE
/v1/lists/{id}/members/{contactId}
Remove a list member
removeListMember 2 params → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Envelope (4 properties). Each schema is shown below with its type and property counts.

Envelope
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

inflectionio-lists-and-members-api-openapi.yml Raw ↑

Other APIs Inflection.io publishes across the network.

Inflection.io Contact Activity API
Inflection.io Contacts API
Inflection.io Email Templates API