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

Path Parameters

slug
string
required

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

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

Required range: 0 < x < 100
limit
number
default: 25

The number of certificates to return.

Required range: 1 < x < 100

Response

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

Was this page helpful?