Skip to main content
POST
Query certificates with filtering, sorting and pagination

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
filter
object
select
enum<string>[]

If empty - will return all fields, if passed will only return selected field

Available options:
id,
integrationId,
uniqueIdentifier,
type,
status,
issuer,
keyAlgorithm,
renewalEligibility,
domainName,
domains,
inUseBy,
created,
issuedAt,
validityStartDate,
expirationDate,
dueDate,
details,
createdAt,
updatedAt,
deletedAt,
componentIds
sort
object

Optional sorting options, if not passed will sort by creation date in ascending order, sorting by a non-unique value will sub-sort by a creation date in ascending order

pageToken
string

Base64 token for pagination

pageSize
integer
default:100

Number of items to return per page

Required range: 1 <= x <= 1000

Response

Success

items
object[]
required
nextPageToken
string | null

Token for fetching the next page of results