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
- 200
- 204
- 403
A paginated list of refresh tokens matching the given criteria
No refresh tokens match the specified filter criteria
The caller is not authorized to list refresh tokens for the specified user or setup