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

Adapt Contact Search API

Search the contact database using contact and company filters.

Adapt Contact Search API is one of 4 APIs that Adapt publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Contact Search. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.

This API exposes 1 operation across 1 path, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version v3.

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

1 operations 1 paths 5 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v3
Base URL
https://api.adapt.io/v3
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Adapt Contact Search API declares 2 security schemes for authenticating requests. An API key is passed in the header as email (emailAuth). An API key is passed in the header as apiKey (apiKeyAuth). By default, every request must be authenticated.

  • emailAuth — Account email used to register with Adapt.
  • apiKeyAuth — API key from the Adapt account settings page.

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Contact Search 1

Search the contact database using contact and company filters.

POST
/contact/search
Search Contacts
searchContacts body → 200400401403429500

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are ContactSearchRequest (24 properties), Contact (14 properties), Company (12 properties), ContactSearchResponse (3 properties). Each schema is shown below with its type and property counts.

Company
object
12 properties
Error
object
2 properties
ContactSearchRequest
object
24 properties
ContactSearchResponse
object
3 properties
Contact
object
14 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adapt-io-contact-search-api-openapi.yml Raw ↑

Other APIs Adapt publishes across the network.

Adapt Company Search API
Adapt Contact Enrichment API
Adapt Contact Purchase API