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

Revert Connections API

Manage third-party OAuth connections and webhooks

Revert Connections API is one of 13 APIs that Revert publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Connections. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 4 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against 2 base URLs: https://api.revert.dev, https://api-staging.revert.dev.

4 operations 2 paths 1 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.revert.dev
Authentication
API Key
License
Resource Areas
1

Authentication & Security 1

Revert Connections API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-revert-api-token (ApiTokenAuth). By default, every request must be authenticated.

  • ApiTokenAuth — Your official API key for accessing Revert APIs

Paths & Operations 4

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

Connections 4

Manage third-party OAuth connections and webhooks

GET
/connection
Get Connection Details
getConnection 2 params → 200401404
POST
/connection/webhook
Create Connection Webhook
createConnectionWebhook 2 params body → 200401
GET
/connection/webhook
Get Connection Webhook
getConnectionWebhook 2 params → 200401
DELETE
/connection/webhook
Delete Connection Webhook
deleteConnectionWebhook 2 params → 200401

Schemas 1

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

Connection
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

revert-connections-api-openapi.yml Raw ↑

Other APIs Revert publishes across the network.

Revert Accounting API
Revert Chat API
Revert CRM Companies API
Revert CRM Contacts API
Revert CRM Deals API
Revert CRM Events API
Revert CRM Leads API
Revert CRM Notes API
Revert CRM Properties API
Revert CRM Tasks API
Revert CRM Users API
Revert Tickets API