Skip to main content
GET
/
api
/
v1
/
cert-manager
/
applications
cURL
curl --request GET \
  --url https://us.infisical.com/api/v1/cert-manager/applications
{
  "applications": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "profileCount": 1,
      "memberCount": 1,
      "certificateCount": 1,
      "description": "<string>"
    }
  ],
  "total": 1
}

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0
applicationIds

Response

Default Response

applications
object[]
required
total
integer
required
Required range: x >= 0