Skip to main content

List properties (deprecated)

GET 

/properties

deprecated

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

List properties (deprecated)

Request

Query Parameters

    type stringrequired

    Possible values: [standard, custom]

    name stringrequired

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

List of properties

Schema
    properties object[]required
  • Array [
  • id stringrequired

    The machine name of the property as it appears in the third-party Provider.

    label stringrequired

    The human-readable name of the property as provided by the third-party Provider.

    type string

    The type of the property as provided by the third-party Provider. These types are not unified by Supaglue. For Intercom, this is string, integer, boolean, or object. For Outreach, this is integer, boolean, number, array, or string.

    raw_details object

    The raw details of the property as provided by the third-party Provider, if available.

    property name* any

    The raw details of the property as provided by the third-party Provider, if available.

  • ]
Loading...