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

NationGraph CRM API

The CRM API from NationGraph — 14 operation(s) for crm.

NationGraph CRM API is one of 56 APIs that NationGraph publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include CRM. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 14 operations across 14 paths, and defines 16 schemas. It is described by OpenAPI 3.1.0, at version 0.2.36.

Requests are made against the base URL https://api.nationgraph.com.

14 operations 14 paths 16 schemas 1 DELETE9 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.2.36
Base URL
https://api.nationgraph.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

NationGraph CRM API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 14

Across 14 paths, the API surfaces 14 operations — 1 DELETE, 9 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

CRM 14
GET
/api/v3/crm/connect/hubspot
Initiate HubSpot OAuth
initiate_hubspot_auth_api_v3_crm_connect_hubspot_get → 200
GET
/api/v3/crm/connect/hubspot/redirect
Redirect to HubSpot OAuth
redirect_to_hubspot_auth_api_v3_crm_connect_hubspot_redirect_get → 307
GET
/api/v3/crm/callback/hubspot
HubSpot OAuth Callback
hubspot_oauth_callback_api_v3_crm_callback_hubspot_get 4 params → 200422
GET
/api/v3/crm/connect/salesforce
Initiate Salesforce OAuth
initiate_salesforce_auth_api_v3_crm_connect_salesforce_get → 200
GET
/api/v3/crm/connect/salesforce/redirect
Redirect to Salesforce OAuth
redirect_to_salesforce_auth_api_v3_crm_connect_salesforce_redirect_get → 307
GET
/api/v3/crm/callback/salesforce
Salesforce OAuth Callback
salesforce_oauth_callback_api_v3_crm_callback_salesforce_get 4 params → 200422
POST
/api/v3/crm/connect/zapier
Connect Zapier Integration
connect_zapier_api_v3_crm_connect_zapier_post → 200
GET
/api/v3/crm/{integration_id}/status
Get CRM Integration Status
get_crm_integration_status_api_v3_crm__integration_id__status_get 1 param → 200422
DELETE
/api/v3/crm/{integration_id}
Disconnect CRM Integration
disconnect_crm_integration_api_v3_crm__integration_id__delete 1 param → 200422
GET
/api/v3/crm/{integration_id}/token
Get Valid CRM Access Token
get_crm_access_token_api_v3_crm__integration_id__token_get 1 param → 200422
POST
/api/v3/crm/{integration_id}/signals/{signal_id}
Push Signal to CRM
push_signal_to_crm_api_v3_crm__integration_id__signals__signal_id__post 2 params body → 200422
POST
/api/v3/crm/{integration_id}/signals/{signal_id}/contacts/{contact_id}
Push Contact to CRM
push_contact_to_crm_api_v3_crm__integration_id__signals__signal_id__contacts__contact_id__post 3 params body → 200422
POST
/api/v3/crm/{integration_id}/deliveries
Deliver payload to a workflow subscription
create_integration_delivery_api_v3_crm__integration_id__deliveries_post 1 param body → 200422
GET
/api/v3/crm/{integration_id}/subscriptions
List workflow subscriptions
list_integration_subscriptions_api_v3_crm__integration_id__subscriptions_get 2 params → 200422

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are LeadOptions (11 properties), CRMIntegrationStatus (7 properties), CRMActionResponse (5 properties), TaskOptions (5 properties). Each schema is shown below with its type and property counts.

CRMDisconnectResponse
object
Response model for CRM disconnect.
2 properties 2 required
HTTPValidationError
object
1 property
TaskOptions
object
Options for creating a task in CRM.
5 properties
CRMAuthResponse
object
Response model for CRM auth initiation.
1 property 1 required
ValidationError
object
5 properties 3 required
ContactPushResponse
object
Response from pushing a contact to CRM.
4 properties 4 required
TaskPriority
string
CRM task priority levels.
LeadOptions
object
Options for creating a lead in CRM. Currently Salesforce-only.
11 properties 2 required
CRMActionResponse
object
Response from a CRM action.
5 properties 5 required
WebhookDeliveryRequest
object
Deliver a frontend-assembled payload to a chosen workflow subscription.
2 properties 2 required
CRMIntegrationStatus
object
Response model for CRM integration status. Field names match the generic Integration model storage layer so the shape is uniform across CRM providers. For HubS…
7 properties 3 required
CRMActionType
string
Type of CRM action to perform on a signal.
ContactPushRequest
object
Request to push a contact to CRM/workflow.
1 property
CRMActionRequest
object
Request to push a signal to CRM.
5 properties 1 required
PostOptions
object
Options for creating a post in CRM.
2 properties
ZapierConnectResponse
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nationgraph-crm-api-openapi.yml Raw ↑

Other APIs NationGraph publishes across the network.

NationGraph Accounts API
NationGraph Automations API
NationGraph Budgets API
NationGraph Classifier API
NationGraph Classifiers API
NationGraph Contacts API
NationGraph Contracts API
NationGraph CRM Automation Push API
NationGraph CRM Companies API
NationGraph CRM Contacts API
NationGraph CRM History API
NationGraph CRM Leads API