List all known properties for an integration
List the property names the integration exposes for a record type, read live from the integration’s API. Supports optional search filtering by property name.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Record type to list properties for (e.g., 'person', 'contact')
1 - 255Filter by property kind (builtin or custom)
builtin, custom Search properties by name (case-insensitive)
255Response
Successful Response
Response model for listing properties.
List of unique property names found in the integration
Reason for the result: 'ok' (properties available), or 'no_properties_found' (the integration exposes no property catalog)
ok, no_properties_found Total number of unique properties found