Certificates
List
GET
/
api
/
v2
/
workspace
/
{slug}
/
certificates
Path Parameters
slug
string
requiredThe slug of the project to list certificates for.
Required string length:
5 - 36
Query Parameters
friendlyName
string
The friendly name of the certificate to filter by.
commonName
string
The common name of the certificate to filter by.
offset
number
default: 0The offset to start from. If you enter 10, it will start from the 10th certificate.
Required range:
0 < x < 100
limit
number
default: 25The number of certificates to return.
Required range:
1 < x < 100
Response
200 - application/json
certificates
object[]
requiredtotalCount
number
required