NationGraph CRM Contacts 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 Contacts. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.
This API exposes
10 operations
across 8 paths,
and defines 12 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.
10 operations8 paths12 schemas5 GET1 PATCH4 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 Contacts API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (HTTPBearer).
Paths & Operations 10
Across 8 paths, the API surfaces 10 operations — 5 GET, 1 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are UpdateContactRequest (16 properties), CreateContactRequest (16 properties), PropertyInfo (6 properties), ValidationError (5 properties). Each schema is shown below with its type and property counts.
UpdateContactRequest
object
Request to update a contact in HubSpot.
16 properties
app__routes__v3__crm_contacts__BatchUpdateRequest
object
Request for batch updating contacts.
2 properties1 required
app__routes__v3__crm_contacts__BatchUpdateItem
object
Single item in batch update request.
2 properties2 required
HTTPValidationError
object
1 property
PropertyInfo
object
Information about a CRM property.
6 properties4 required
ValidationError
object
5 properties3 required
app__routes__v3__crm_contacts__BatchCreateRequest
object
Request for batch creating contacts.
2 properties1 required
CreateContactRequest
object
Request to create a contact in HubSpot.
16 properties
ContactListResponse
object
API response for listing contacts.
3 properties1 required
app__routes__v3__crm_contacts__ContactResponse
object
API response for a single contact.
4 properties2 required
ContactSearchResponse
object
API response for searching contacts.
4 properties2 required
app__routes__v3__crm_contacts__BatchGetRequest
object
Request for batch getting contacts.
3 properties1 required
Specification
The full machine-readable OpenAPI contract behind this narrative.