---
title: "Get App by ID"
method: GET
path: "/app/{appId}"
tags: ["Admin API"]
---

# Get App by ID

`GET /app/{appId}`

## Path parameters

- `appId` string, required

## Response `200`

OK

- object
  - `id` string — ID of App
  - `name` string — Name of App
  - `webhook` object — Webhook for App
    - `payloadUrl` string — URL to send payload to
    - `authentication` object — list of set authentication methods
      - `basic` boolean — True if basic authentication is set
  - `webhooks` object[] — Webhooks related to this app
    - `id` string — ID of Webhook
  - `organizations` object[] — Organizations related to this app
    - `id` string — ID of Organization
  - `users` object[] — Users related to this app
    - `id` string — ID of User
  - `createdAt` string — Date App was created

---

[API](https://skmtc.net/univid/apis/univid-api.md) · [All operations](https://skmtc.net/univid/apis/univid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/univid/univid-api/versions/1919adf61729/schema)
