Nutshell Contacts API

The Contacts API from Nutshell — 1 operation(s) for contacts.

OpenAPI Specification

nutshell-contacts-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Nutshell REST Accounts Contacts API
  description: 'Resource-based REST API for managing CRM data in Nutshell, including

    contacts, leads, accounts, activities, pipelines, and tasks. Nutshell

    also publishes a legacy JSON-RPC API and webhooks. Endpoint scaffold

    below is derived from the public developer overview at

    https://developers.nutshell.com/docs; consult the live reference and

    OpenAPI feed at https://developers.nutshell.com/llms.txt for the

    authoritative resource list.

    '
  version: '1.0'
  contact:
    name: Nutshell Developers
    url: https://developers.nutshell.com
servers:
- url: https://app.nutshell.com/api/v1
  description: Nutshell REST API base
security:
- ApiKeyAuth: []
tags:
- name: Contacts
paths:
  /contacts:
    get:
      tags:
      - Contacts
      summary: List contacts
      responses:
        '200':
          description: A list of contact records.
components:
  securitySchemes:
    ApiKeyAuth:
      type: http
      scheme: basic
      description: 'Authenticate with an API key generated from Nutshell account

        settings. See https://support.nutshell.com/en/articles/8429060

        for guidance on issuing API keys.

        '