get
https://{hostname}/edgekv/v1/tokens
View a list of EdgeKV access tokens.
View a list of EdgeKV access tokens.
xxxxxxxxxxcurl --request GET \--url https://hostname/edgekv/v1/tokens \--header 'accept: application/json'
xxxxxxxxxx22{"tokens": [{"expiry": "9999-12-31","issueDate": "2022-01-30","latestRefreshDate": "2022-03-30","name": "token1","nextScheduledRefreshDate": "2022-05-30","tokenActivationStatus": "COMPLETE","uuid": "12886ccf-xxxx-xxxx-xxxx-766740ce227e"},{"expiry": "9999-12-31","issueDate": "2022-04-30","latestRefreshDate": null,"name": "token2","nextScheduledRefreshDate": "2022-06-30","tokenActivationStatus": "IN_PROGRESS","uuid": "12886ccf-xxxx-xxxx-xxxx-766740ce227f"}]}