We have our own user dashboard where they can manage licenses.
We use this request to retrieve the user’s licenses:
https://api.cryptlex.com/v3/licenses?limit=100&key[in]=XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX,XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX,XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX,XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX,XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX,XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX
We have been using that for a while, but now we are hit with a 400 error when the key[in] field is too long:
Each string in the field Key must have a maximum length of 256 characters
Is this a new limitation? Is there another way to achieve the same request?