Skip to main content

Details Level

# You can also use wget
curl -X GET https://TENANT_NAME.mambu.com/api/{Insert resource URI here}?detailsLevel=FULL \
-H 'Accept: application/vnd.mambu.v2+json'

Mambu API v2 supports two details levels for responses:

  • BASIC -- By default, API v2 will return the BASIC level of detail. This includes all first level elements of an object.

  • FULL -- This details level includes everything from BASIC as well as all custom field values, any address or contact information, and any other related objects.

To view a higher level of detail, include detailsLevel as a query parameter in your request and give it the value FULL.