Skip to main content

List custom objects (deprecated)

GET 

/objects/custom

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

List custom objects (deprecated)

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

Custom objects

Schema
  • Array [
  • id stringrequired
    name stringrequired
  • ]
Loading...