List proxy credentials
GET https://{{host}}/etp-config/v3/configs/:configId/proxy-credentials
Provides list of proxy credentials.
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
[
{
"createdBy": "jperez",
"createdDate": "2020-05-18T15:40:07.146+0000",
"modifiedBy": "tyamada",
"modifiedDate": "2020-07-22T18:49:06.031+0000",
"username": "szhang@1041"
},
{
"createdBy": "hgildong",
"createdDate": "2020-05-18T15:40:07.146+0000",
"modifiedBy": "jperez",
"modifiedDate": "2020-07-22T18:49:06.031+0000",
"username": "mrossi@1041"
},
{
"createdBy": "jsmith",
"createdDate": "2020-05-18T15:40:07.146+0000",
"modifiedBy": "mrossi",
"modifiedDate": "2020-07-22T18:49:06.031+0000",
"username": "jperez@1041"
},
{
"createdBy": "szhang",
"createdDate": "2020-05-18T15:40:07.146+0000",
"modifiedBy": "jkowalski",
"modifiedDate": "2020-07-22T18:49:06.031+0000",
"username": "tyamada@1041"
},
{
"createdBy": "alfulani",
"createdDate": "2020-05-18T15:40:07.146+0000",
"modifiedBy": "alfulani",
"modifiedDate": "2020-07-22T18:49:06.031+0000",
"username": "alfulani@1041"
},
{
"createdBy": "tyamada",
"createdDate": "2020-05-18T15:40:07.146+0000",
"modifiedBy": "tyamada",
"modifiedDate": "2020-07-22T18:49:06.031+0000",
"username": "afero@1041"
},
{
"createdBy": "jkowalski",
"createdDate": "2020-05-18T15:40:07.146+0000",
"modifiedBy": "mrossi",
"modifiedDate": "2020-07-22T18:49:06.031+0000",
"username": "mrossi@1041"
}
] |
ENDPOINTS