Revert · Example Payload

Revert Get Contacts Example

IntegrationCRMUnified-APIOpen-Source

Revert Get Contacts Example is an example object payload from Revert, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.revert.dev/crm/contacts",
    "headers": {
      "x-revert-api-token": "YOUR_REVERT_API_TOKEN",
      "x-revert-t-id": "tenant-12345",
      "x-api-version": "1.0"
    },
    "queryParameters": {
      "pageSize": "25",
      "fields": "firstName,lastName,email,company"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "status": "ok",
      "next": "eyJsYXN0SWQiOiAiY250XzEyMyJ9",
      "previous": null,
      "results": [
        {
          "id": "unified-cnt-001",
          "remoteId": "0031234567890ABCDEF",
          "firstName": "Sarah",
          "lastName": "Johnson",
          "email": "sarah.johnson@acmecorp.com",
          "phone": "+1-555-0101",
          "company": "Acme Corporation",
          "title": "VP of Engineering",
          "createdAt": "2024-01-15T10:30:00Z",
          "updatedAt": "2026-04-22T14:15:00Z",
          "additional": {
            "sf_lead_source": "Web",
            "sf_account_id": "0011234567890ABCDE"
          }
        },
        {
          "id": "unified-cnt-002",
          "remoteId": "0031234567890XYZAB",
          "firstName": "Michael",
          "lastName": "Chen",
          "email": "m.chen@techstartup.io",
          "phone": "+1-555-0202",
          "company": "TechStartup Inc.",
          "title": "CTO",
          "createdAt": "2024-03-01T09:00:00Z",
          "updatedAt": "2026-05-01T08:45:00Z",
          "additional": {}
        }
      ]
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/revert-get-contacts-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.