Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer {token} | Yes |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| projectName | string | Yes | Project name (must be admin project) |
| environmentName | string | Yes | Environment name |
Query Parameters
None.Response
Success Response (200 OK)
Response Fields
Same as List Certificates. See List Certificates for field descriptions.Notes
- Returns certificates from the environment’s truststore
- Only available for admin project
- Includes all certificates stored in the truststore
Error Response (400 Bad Request)
cURL Example
Notes and Warnings
-
Admin Project Only:
- This endpoint is only available for admin project
- Regular projects cannot access truststore certificates
-
Environment Must Exist:
- Environment must exist and be accessible
-
Truststore Certificates:
- Returns certificates stored in the environment’s truststore
- These are typically CA certificates used for validation
Permissions
User must have any permission in the project (read access). This endpoint is only available for the admin project.Related Documentation
- List Certificates - List all certificates
- Get Certificate - Get a specific certificate

