List identifiersCopy Pageget https://{hostname}/taas/v2/revocation-lists/{revocationListId}/identifiersList all identifiers for a specific revocation list to review their details.Path ParamsrevocationListIdintegerrequiredUniquely identifies each revocation list. This corresponds to the revocation list object's id member.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 identifiers. 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. 404Not found. You've input the API URL incorrectly or named an asset that doesn't exist. 405Not allowed. You used an unsupported method with this operation. For example, you set the method to GET for a PUT operation. 500Internal server error. An internal error occurred. Try the request again. If the error continues, contact your account team.Updated 4 months ago