List access tokens

GET https://{{host}}/edgekv/v1/tokens

View a list of EdgeKV access tokens.

Request Params

KeyDatatypeRequiredDescription
includeExpiredstring(Optional) Whether to include expired tokens that are less than 30 days old in the response.
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"tokens":[{"expiry":"2021-09-30","name":"token1","uuid":"12886ccf-7662-5f19-b039-766740ce227f"},{"expiry":"2021-09-30","name":"my_token","uuid":"a600dfaa-3b7a-5d2a-bae3-b0c0d0e88e4a"}]}