For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Accounts
- 🌱 Add
account-type-name and Account Type relationship to Accounts: Account resources now include the related Account Type in data.relationships. The name of the Account Type is also exposed as an attribute account-type-name on the Account.
Inquiries
- 🌱 Filter by
status in Inquiries list endpoint: You can now filter by status using the list all Inquiries endpoint. This filter supports list-based filtering (i.e. passing a CSV or array of values). Filtering by account-id, template-id, and inquiry-template-id also now supports list-based filtering.