Properties endpoint naming updates

GET /properties — new account and opportunity keys

The /properties response now includes account and opportunity keys in addition to the existing client and request keys:

New keyReplaces
accountclient
opportunityrequest

The record_type query parameter now accepts account and opportunity as values:

GET /properties?record_type=account
GET /properties?record_type=opportunity
GET /properties?record_type=project

Note: client and request are still accepted as record_type values and are still returned in the response for backwards compatibility. They will continue to work until all users have migrated to the new names.