GET
/
api
/
v2
/
workspace
/
{slug}
/
certificates

Path Parameters

slug
string
required

The slug of the project to list certificates for.

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: 0

The offset to start from. If you enter 10, it will start from the 10th certificate.

limit
number
default: 25

The number of certificates to return.

Response

200 - application/json
certificates
object[]
required
totalCount
number
required

Was this page helpful?