get https://api.openasapp.net/v1/api/user/apiTokens
List all API tokens from your account.
For security reasons, the result does not contain the secret token itself but only its id
, description
and createdAt
date.
The token id
can be used to revoke the token using the DELETE /user/apiTokens/{id} endpoint.