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_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

prefixstringRequired

Return properties with the given prefix. For example: salesforce_sync.

project_idstringOptional
If provided, returns only the project properties associated with the specified project.

Response

Returns a hash containing key-value pairs of matching properties.

resultobject or null
Salesforce sync configuration details.

Errors