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

Campfire Integrations API

The Integrations API from Campfire — 3 operation(s) for integrations.

Campfire Integrations API is one of 12 APIs that Campfire publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Integrations. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 7 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://api.meetcampfire.com.

7 operations 3 paths 4 schemas 1 DELETE3 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.meetcampfire.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Campfire Integrations API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (knoxApiToken).

  • knoxApiToken — Token-based authentication with required prefix "Token"

Paths & Operations 7

Across 3 paths, the API surfaces 7 operations — 1 DELETE, 3 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Integrations 7
GET
/integrations/api/v1/webhook
List Webhooks
integrations_api_v1_webhook_list → 200
POST
/integrations/api/v1/webhook
Create Webhook
integrations_api_v1_webhook_create body → 201
GET
/integrations/api/v1/webhook/{id}
Retrieve Webhook
integrations_api_v1_webhook_retrieve 1 param → 200
PUT
/integrations/api/v1/webhook/{id}
Update Webhook
integrations_api_v1_webhook_update 1 param body → 200
PATCH
/integrations/api/v1/webhook/{id}
Partial Update Webhook
integrations_api_v1_webhook_partial_update 1 param body → 200
DELETE
/integrations/api/v1/webhook/{id}
Delete Webhook
integrations_api_v1_webhook_destroy 1 param → 204
GET
/integrations/api/v1/webhook/{id}/events
List Webhook Events
integrations_api_v1_webhook_events_list 1 param → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are PatchedWebhook (9 properties), Webhook (9 properties), WebhookEvent (8 properties), WebhookTopic (2 properties). Each schema is shown below with its type and property counts.

WebhookEvent
object
8 properties 8 required
Webhook
object
9 properties 8 required
PatchedWebhook
object
9 properties
WebhookTopic
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

campfire-integrations-api-openapi.yml Raw ↑

Other APIs Campfire publishes across the network.

Campfire Accounts Payable API
Campfire Accounts Receivable API
Campfire Bank Reconciliation API
Campfire Cash Management API
Campfire coa API
Campfire Company Objects API
Campfire Core Accounting API
Campfire Custom Fields API
Campfire Financial Statements API
Campfire Revenue Recognition API
Campfire Settings API