Retrieve all contact properties available in your Brew account, including both built-in properties (like firstName, lastName) and custom properties you’ve created. Use this to see what properties are available for use in API calls.
Include your Brew API key as a Bearer token in the Authorization header.
Example: Authorization: Bearer bw_api_your_key_here
Filter properties by type - 'all' returns everything, 'custom' returns only your custom properties
all
, custom
Contact properties retrieved successfully. Use these property keys when creating or updating contacts.
For detailed information about creating and using custom properties, see our Custom Properties documentation.
The response is of type object[]
.