---
title: "Get Private Application"
method: GET
path: "/api/v1/private-application/{id}"
tags: ["PrivateApplication"]
---

# Get Private Application

`GET /api/v1/private-application/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Private Application found

- PrivateApplicationViewModelResponse
  - `data` PrivateApplicationViewModel
    - `name` string — Name of the application
    - `description` string, nullable — Description of the application
    - `defaultTokenLifetimeDays` integer — Default token lifetime in days
    - `customTokenClaims` object — Custom token claims
    - `tags` string[] — Tags for the application
    - `id` integer — Id of the application
    - `modifier` string — Modifier of the application
    - `modifiedUtc` string, date-time — Last modified date of the application
    - `hasTokens` boolean — Indicates if the application contains tokens
    - `hasActiveTokens` boolean — Indicates if the application contains not revoked tokens
    - `nextTokenExpiry` string, date-time, nullable — Next token expiry date

## Other responses

- `404` — Private Application not found

---

[API](https://skmtc.dev/frends/apis/frends-api.md) · [All operations](https://skmtc.dev/frends/apis/frends-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frends/frends-api/revisions/cf4c0a0d1c8a/schema)
