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

Path Parameters

slug
string
required

The slug of the project to list CAs for.

Query Parameters

status
enum<string>

The status of the CA to filter by.

Available options:
active,
pending-certificate
friendlyName
string

The friendly name of the CA to filter by.

commonName
string

The common name of the CA to filter by.

offset
number
default: 0

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

limit
number
default: 25

The number of CAs to return.

Response

200 - application/json
cas
object[]
required

Was this page helpful?