---
title: "Gets the metadata for a custom Chat application"
method: POST
path: "/rest/api/v1/getchatapplication"
tags: ["Chat"]
---

# Gets the metadata for a custom Chat application

`POST /rest/api/v1/getchatapplication`

Gets the Chat application details for the specified application ID.

## Query parameters

- `locale` string
- `timezoneOffset` integer

## Request body

- GetChatApplicationRequest
  - `id` string, required — The id of the Chat application to be retrieved.

## Response `200`

OK

- GetChatApplicationResponse
  - `application` unknown

## Other responses

- `400` — Invalid request
- `401` — Not Authorized
- `403` — Forbidden

---

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