Logo
Akamai APIs API Documentation

List client versions

GET https://{{host}}/etp-config/v3/configs/:configId/client-versions

Provides a list of client versions.

 

Body PARAM

Key Datatype Required Description 
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

[ { "approvalStatus": "PENDING", "autoupgradeEnabled": true, "osId": 61, "osName": "Windows", "releaseDate": "2020-03-14T00:00:00.000+0000", "releaseStatus": "Security Patch", "sha256": "daea7915e7e9328a31a36bf5dbbc73770e05b18bc79bee93a2472a2ac05a9429", "supportedUntil": "2021-01-14T00:00:00Z", "unsupported": false, "versionId": 273, "versionName": "3.2.1" }, { "approvalStatus": "PENDING", "autoupgradeEnabled": true, "osId": 61, "osName": "Windows", "releaseDate": "2020-03-14T00:00:00.000+0000", "releaseStatus": "Beta", "sha256": "daea7915e7e9328a31a36bf5dbbc73770e05b18bc79bee93a2472a2ac05a9429", "supportedUntil": "2021-01-14T00:00:00Z", "unsupported": false, "versionId": 271, "versionName": "3.2.0" }, { "approvalStatus": "PENDING", "autoupgradeEnabled": true, "osId": 45, "osName": "Mac", "releaseDate": "2020-03-14T00:00:00.000+0000", "releaseStatus": "Beta", "sha256": "daea7915e7e9328a31a36bf5dbbc73770e05b18bc79bee93a2472a2ac05a9429", "supportedUntil": "2021-01-14T00:00:00Z", "unsupported": false, "versionId": 272, "versionName": "3.2.0" }, { "approvalStatus": "PENDING", "autoupgradeEnabled": true, "osId": 45, "osName": "Mac", "releaseDate": "2020-03-14T00:00:00.000+0000", "releaseStatus": "Security Patch", "sha256": "daea7915e7e9328a31a36bf5dbbc73770e05b18bc79bee93a2472a2ac05a9429", "supportedUntil": "2021-01-14T00:00:00Z", "unsupported": false, "versionId": 270, "versionName": "3.1.5" }, { "approvalStatus": "PENDING", "autoupgradeEnabled": true, "osId": 61, "osName": "Windows", "releaseDate": "2020-03-14T00:00:00.000+0000", "releaseStatus": "Security Patch", "sha256": "daea7915e7e9328a31a36bf5dbbc73770e05b18bc79bee93a2472a2ac05a9429", "supportedUntil": "2021-01-14T00:00:00Z", "unsupported": false, "versionId": 269, "versionName": "3.1.3" }, { "approvalStatus": "PENDING", "autoupgradeEnabled": true, "osId": 45, "osName": "Mac", "releaseDate": "2020-03-14T00:00:00.000+0000", "releaseStatus": "Security Patch", "sha256": "daea7915e7e9328a31a36bf5dbbc73770e05b18bc79bee93a2472a2ac05a9429", "supportedUntil": "2021-01-14T00:00:00Z", "unsupported": false, "versionId": 267, "versionName": "3.1.2" }, { "approvalStatus": "PENDING", "autoupgradeEnabled": true, "osId": 61, "osName": "Windows", "releaseDate": "2020-03-14T00:00:00.000+0000", "releaseStatus": "Security Patch", "sha256": "daea7915e7e9328a31a36bf5dbbc73770e05b18bc79bee93a2472a2ac05a9429", "supportedUntil": "2021-01-14T00:00:00Z", "unsupported": false, "versionId": 268, "versionName": "3.1.2" } ]



Curl
curl -X GET 'https://undefined/etp-config/v3/configs/:configId/client-versions?accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS