curl --request GET \
--url https://api.supernotes.app/v1/user/token/fresh \
--header 'Api-Key: <api-key>'
"<any>"
Check if the access token is ‘fresh’ and return the associated User ID
curl --request GET \
--url https://api.supernotes.app/v1/user/token/fresh \
--header 'Api-Key: <api-key>'
"<any>"
Successful Response
The response is of type any
.