List certificate revocation lists (CRL)
List all certificate revocation lists (CRL) owned by your account.
Query parameters
Comma-separated list of field names to include in the response. Nested fields can be accessed using dot notation.
Filter by CRL ID (accepts comma-separated values).
Filter by issuer (case-insensitive, partial match).
Filter by exact last modified date and time.
Filter by last modified date (greater than or equal).
Filter by last modified date (less than or equal).
Filter by exact last update date and time.
Filter by last update date (greater than or equal).
Filter by last update date (less than or equal).
Filter by CRL name (case-insensitive, partial match).
Filter by exact next update date and time.
Filter by next update date (greater than or equal).
Filter by next update date (less than or equal).
Which field to use when ordering the results.
A page number within the paginated result set.
A numeric value that indicates the number of items per page.
A search term.
Response
List of certificate revocation lists retrieved successfully.
Example response
{
"count": 123,
"total_pages": 10,
"page": 1,
"page_size": 10,
"next": "https://api.example.com/items?page=3",
"previous": "https://api.example.com/items?page=1"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.