Integrations

Providing ready to go integrations with other APIs has become commonplace as part of Software as a Service (SaaS) solutions, and help demonstrate the value an API provides. Demonstrating how an API can be used with the existing platforms that API consumers are already using help make your APIs more useful and sticky for developers.

Also known as: Connectors, Integration Catalog, Partner Integrations

Example

integrations.yaml
- name: Connectors
  type: Integrations
  url: https://example.com/connectors/
  source_date: '2026-08-17'
  count: 412
  data:
    - name: Salesforce
      url: https://example.com/connectors/salesforce/
      partner_domain: salesforce.com
      category: CRM
      kind: connector
      direction: bidirectional
      built_by: first-party
      status: ga
      auth: oauth2

Standards

Media Types

OpenAPI Expression

Governance Rules

Risk & Compliance

Security: Partner integrations multiply the attack surface; require least-privilege OAuth scopes, per-partner secrets, signed webhooks (Standard Webhooks), and revocable credentials. Document data-handling expectations for downstream platforms.

Tools

Suggested Metrics

Example Implementations

Related Properties

Tags


All Common Properties