Apollo People API

The People API from Apollo — 2 operation(s) for people.

OpenAPI Specification

apollo-people-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Apollo.io Accounts People API
  version: 1.0.0
  description: Apollo.io provides sales intelligence and engagement APIs for prospecting, enrichment, sequences, deals, tasks and call records. This minimal OpenAPI was generated from the public reference documentation.
servers:
- url: https://api.apollo.io/v1
  description: Production
tags:
- name: People
paths:
  /people/match:
    post:
      summary: People enrichment
      operationId: peopleEnrichment
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
      tags:
      - People
  /people/bulk_match:
    post:
      summary: Bulk people enrichment
      operationId: bulkPeopleEnrichment
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
      tags:
      - People
x-generated-from: https://docs.apollo.io/
x-generated-by: claude-crawl-2026-05-08