---
title: "Return all applications."
method: GET
path: "/application"
tags: ["application"]
---

# Return all applications.

`GET /application`

## Response `200`

Ok

- Application[]
  - `createdAt` string, date-time, required — The date the application was created.
  - `defaultPriority` integer — The default priority of messages sent by this application. Defaults to 0.
  - `description` string, required — The description of the application.
  - `id` integer, required — The application id.
  - `image` string, required — The image of the application.
  - `internal` boolean, required — Whether the application is an internal application. Internal applications should not be deleted.
  - `lastUsed` string, date-time — The last time the application token was used.
  - `name` string, required — The application name. This is how the application should be displayed to the user.
  - `sortKey` string, required — The sort key of this application. Uses fractional indexing.
  - `token` string — The application token. Can be used as `appToken`. See Authentication.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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