Contact Properties
List Contact Properties
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.
GET
Authorizations
Include your Brew API key as a Bearer token in the Authorization header.
Example: Authorization: Bearer bw_api_your_key_here
Query Parameters
Filter properties by type - 'all' returns everything, 'custom' returns only your custom properties
Available options:
all
, custom
Response
200
application/json
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[]
.
Previous
Create Contact PropertyCreate a new [custom contact property](/audience/add-contacts#custom-properties) in your Brew account. These properties can be used
for segmentation, personalization in emails, and automation triggers. Once created,
you can set values for these properties when creating or updating contacts.
Next