List revocation listsCopy Pageget https://{hostname}/taas/v2/revocation-listsList all of your revocation lists and view details about them.Query ParamsaccountSwitchKeystringFor 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 provides the revocation lists. 401Unauthorized. A value in your authentication credential is invalid or it has expired. 403Access forbidden. You lack permission for this operation, such as having read-only access. 405Not allowed. You used an unsupported method with this operation. For example, you set the method to GET for a PUT operation. 415Unsupported media type. You've used an unsupported request or response content type, such as application/xml. Try the operation again using application/json. 500Internal server error. An internal error occurred. Try the request again. If the error continues, contact your account team.Updated 4 months ago