Skip to main content

List custom object schemas

GET 

/metadata/custom_objects

List custom object schemas

Support:

ProviderSupported
HubspotYes
SalesforceYes
PipedriveNo
MS DynamicsNo

Request

Header Parameters

    x-customer-id stringrequired

    The customer ID that uniquely identifies the customer in your application

    Example: my-customer-1
    x-provider-name stringrequired

    The provider name

    Example: salesforce

Responses

An array containing the names and labels of Custom Objects

Schema
  • Array [
  • name stringrequired
    labels object
    singular stringrequired
    plural stringrequired
  • ]
Loading...