Properties

🚧

Early Access

This endpoint & its output may change at any time without notice. If you're using this, let us know so that we can talk to you if/when we plan to make changes.

You can call this endpoint to get some basic information on the segmentation properties that are configured on your account.

Example response

{
	"total": 3,
	"properties": [
		{
			"name": "Bank Balance"
		},
		{
			"name": "Expenses"
		},
		{
			"name": "Revenue"
		}
	],
	"next": null,
	"previous": null
}