List keysCopy Pageget https://{hostname}/apikey-manager-api/v2/keysReturns keys included in a collection based on the specified criteria.Query ParamspageSizeinteger≥ 1Number of keys on each page of results.pageinteger≥ 1Page number index, starting from 1.sortDirectionstringenumEnum Sorting order of keys, either asc for ascending or desc for descending. Keys sort only when you specify sortColumn.ascascdescAllowed:ascdescsortColumnstringenumEnum Name of the column to sort the keys by. You can sort the keys by their unique createdAt, id, label, or description.idcreatedAtidlabeldescriptionAllowed:createdAtidlabeldescriptionfilterstringSearch phrase to filter the keys by. The phrase can be a part of the description, tags, or label.collectionIdintegerIdentifies the key collection that you want the result set to filter for. Run the List key collections operation to select one.keyStatusstringenumEnum Status of keys to return, either DEPLOYED for keys you can use to access resources and operations assigned to the collection, REVOKED for keys you can't use to access them, PENDING_REVOCATION or PENDING_DEPLOYMENT for keys with changes being propagated to the Akamai network.PENDING_DEPLOYMENTPENDING_DEPLOYMENTDEPLOYEDPENDING_REVOCATIONREVOKEDAllowed:PENDING_DEPLOYMENTDEPLOYEDPENDING_REVOCATIONREVOKEDaccountSwitchKeystringFor 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.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The response returns API keys. 400Bad request. The request contains invalid data. 401Unauthorized. You are not authorized to perform the action. 403Forbidden. You don't have permission to the resource. 404Not found. The resource doesn't exist. 405Method not allowed. 500Internal server error.Updated 4 months ago