Why is my query for expired Access Tokens returning empty results?

In addition to the Access Token search available in the Platform (see more about this search here), it is possible to perform queries directly in the API "Manager".

Example

List expired Access Tokens that have active refresh tokens.

https:[address]api-manager/access-tokens?skip=0&limit=10&status=EXPIRED&refreshStatus=ACTIVE

Note that EXPIRED and ACTIVE are in uppercase.

If your search for expired Access Tokens is returning empty results, make sure you have not used lower case. "REVOKED" should be written in uppercase letters as well.

Thanks for your feedback!
EDIT

Share your suggestions with us!
Click here and then [+ Submit idea]