List access tokens
GET https://{{host}}/edgekv/v1/tokens
View a list of EdgeKV access tokens.
Body
PARAM
Key | Datatype | Required | Description |
includeExpired
|
string | (Optional) Whether to include expired tokens that are less than 30 days old in the response. | |
accountSwitchKey
|
string | (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys). |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
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"
}
]
} |
ENDPOINTS