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 CRM Contacts API

Unified CRM contact operations across Salesforce, HubSpot, Zoho, Pipedrive, and Close

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

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

This API exposes 6 operations across 4 paths, and defines 3 schemas. 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.

6 operations 4 paths 3 schemas 2 GET1 PATCH3 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 CRM Contacts 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 6

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

CRM Contacts 6

Unified CRM contact operations across Salesforce, HubSpot, Zoho, Pipedrive, and Close

GET
/crm/contacts/{id}
Get CRM Contact
getCrmContact 5 params → 200401404
PATCH
/crm/contacts/{id}
Update CRM Contact
updateCrmContact 3 params body → 200401
GET
/crm/contacts
List CRM Contacts
getCrmContacts 6 params → 200401
POST
/crm/contacts
Create CRM Contact
createCrmContact 2 params body → 200401
POST
/crm/contacts/search
Search CRM Contacts
searchCrmContacts 5 params body → 200401
POST
/crm/proxy
CRM Proxy Request
crmProxy 2 params body → 200401

Schemas 3

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

ResponseStatus
string
PaginatedResponse
object
3 properties
Contact
object
11 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

revert-crm-contacts-api-openapi.yml Raw ↑

Other APIs Revert publishes across the network.

Revert Accounting API
Revert Chat API
Revert Connections API
Revert CRM Companies 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