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. will be returned. Depending on the presence of the project_id, it returns either environment properties or project properties.

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

This endpoint returnes a hash containing the names and values of the properties.
salesforce_sync.object_namestring or null
The name of the Salesforce object being synchronized.
salesforce_sync.object_fieldstring or null
The name of the field in the Salesforce object being synchronized.

Errors