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
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
This endpoint returnes a hash containing the names and values of the properties.
salesforce_sync.object_name
The name of the Salesforce object being synchronized.
salesforce_sync.object_field
The name of the field in the Salesforce object being synchronized.