Skip to main content

Return all refresh tokens of a setup

GET 

/v2/modules/:module/setups/:setupId/tokens

Returns a paginated list of refresh tokens for the specified setup. Results can be narrowed down by client entity ID and/or user. Setting latest=true returns only the single most recently expiring token for the given client and user combination, which is useful for checking whether a valid session still exists.

Request

Responses

A paginated list of refresh tokens matching the given criteria