Company Custom Field Values: The type field in the request body for PUT /companies/{companyId}/custom-fields/{customFieldId}/value must now match the company custom field definition type. If the provided type does not match, a 400 Bad Request error is returned with error code validation.request.body.schema.typeMismatch.
Added Companies and Users and entity types to Entities API endpoints. Currently those are available only to customers participating in the closed beta program.
Added OAuth scope support to API v2. The API now supports 8 scopes. See the OAuth2 documentation for the full list of supported scopes and their descriptions.