v1
latestOpenAPI 3.1.02026-08-04253331435.1 KBCRM Automation Push
Check Custom Object Schema
Check whether a custom object schema exists in the user's CRM.
The schema_key determines which NationGraph schema definition to check for. Currently supported schemas:
- vendor_contract: NationGraph Vendor Contract custom object
Returns whether the object exists, its provider-specific identifier, and any expected fields that are missing from the existing object.
get/api/v3/crm/{integration_id}/custom-object-schemas/{schema_key}
Path parameters
integration_idstring uuid required
The CRM integration ID
The CRM integration ID
schema_keystring required
Schema identifier (e.g. 'vendor_contract')
Schema identifier (e.g. 'vendor_contract')
Response
Successful Response