List properties by prefix
Returns a list of properties belonging to a customer account that matches a prefix. For example, if the prefix provided is salesforce_sync.
, any account property with a name beginning with salesforce_sync.
is returned. Depending on the presence of the project_id
, the response returns either environment properties or project properties.
Path parameters
managed_user_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
prefix
Return properties with the given prefix. For example: salesforce_sync.
project_id
If provided, returns only the project properties associated with the specified project.
Response
Returns a hash containing key-value pairs of matching properties.
result
Salesforce sync configuration details.