Certificate Management
Get All Certificates
Retrieves all certificates of the user.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter certificates by access type.
Available options:
public
, private
Filter certificates by type.
Available options:
content
, file
, asset
, url
Timestamp from which to start retrieving certificates.
Timestamp from which to stop retrieving certificates.
Number of certificates to skip.
Maximum number of certificates to return.
Sort certificates ascending or descending by date of creation.
Available options:
asc
, desc
Fields to return in the response separated by commas.
Response
200
application/json
Successful certificates retrieval.
The response is of type object
.