We released a new items_by_multiple_values method that will allow you to query your items using multiple column values within a single column.

You can learn more in our community post here.

Added mutation-specific rate limits, based on the number of API calls made within a minute for the following mutations:

  • duplicate_group;
  • duplicate_board;

The mutations above will have an additional rate limit of 40 mutations per minute. If you exceed this limit, you will receive a 429 HTTP response code with "Call limit exceeded for DuplicateGroup" or "Call limit exceeded for DuplicateBoard" error message.

You now have the option to check if a user has confirmed their email profile when querying Users. Use the "is_verified" field, which will return true if the user has already confirmed their profile.