---
title: "Get application"
method: GET
path: "/zones/{zoneId}/applications/{id}"
tags: ["Applications"]
---

# Get application

`GET /zones/{zoneId}/applications/{id}`

Returns details of a specific Application by ID

## Path parameters

- `zoneId` string, required
- `id` string, required

## Response `200`

An Application is a software system with an associated identity that can access Resources. It may act on its own behalf (machine-to-machine) or on behalf of a user (delegated access).

- IamApplication — An Application is a software system with an associated identity that can access Resources. It may act on its own behalf (machine-to-machine) or on behalf of a user (delegated access).
  - `id` string, required — Unique identifier of the application
  - `organization_id` string, required — Organization that owns this application
  - `zone_id` string, required — Zone this application belongs to
  - `slug` string, required — URL-safe identifier, unique within the zone
  - `identifier` string, required — User specified identifier, unique within the zone
  - `name` string, required — Human-readable name
  - `description` string, nullable — Human-readable description
  - `metadata` IamMetadata — Entity metadata
    - `docs_url` string, uri — Documentation URL
    - `icon_url` string, uri — Icon URL
  - `protocols` object, nullable — Protocol-specific configuration
    - `oauth2` IamApplicationOAuth2Protocol, nullable — OAuth 2.0 protocol configuration
      - `redirect_uris` string[], nullable — OAuth 2.0 redirect URIs for this application
      - `post_logout_redirect_uris` string[], nullable — OAuth 2.0 post-logout redirect URIs for this application
  - `dependencies_count` integer, required — Number of resource dependencies
  - `owner_type` 'platform' | 'customer', required — Who owns this application. Platform-owned applications cannot be modified via API.
  - `consent` 'implicit' | 'required', required — Consent mode for the application. 'implicit' means consent is automatically granted, 'required' means explicit user consent is needed.
  - `created_at` string, date-time, required — Entity creation timestamp
  - `updated_at` string, date-time, required — Entity update timestamp

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/keycardai/apis/untitled-api.md) · [All operations](https://skmtc.net/keycardai/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keycardai/untitled-api/revisions/2f5033ed4491/schema)
