v39

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-017897360.9 KB
properties

Get a Property

Get a property by its unique identifier.

get/v1/properties/{id}

Path parameters

idstring required

The unique identifier for the property

Response

The property was retrieved

idstring required

The unique identifier for the property.

namestring required

The name of the property.

resource_type'donation' | 'deposit' required

The API resource that the property is associated with.

property_type'text' | 'enum' | 'user' | 'boolean' | 'date' required

The data type of a property.

total_option_countinteger

The total number of options for enum and user properties. When this is greater than the length of options, use the List Property Options endpoint to paginate through all options.

Example response

{
  "id": "prop_01j8rs605a4gctmbm58d87mvsj",
  "name": "Donation Purpose",
  "property_type": "text"
}