Skip to main content

List custom object schemas

GET 

https://api.supaglue.io/crm/v2/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
  • ]
curl -L -X GET 'https://api.supaglue.io/crm/v2/metadata/custom_objects' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.supaglue.io/crm/v2
Auth
Parameters
— headerrequired
— headerrequired
ResponseClear

Click the Send API Request button above and see the response here!