---
title: "Get app property keys (Forge)"
method: GET
path: "/rest/forge/1/app/properties"
tags: ["App properties"]
---

# Get app property keys (Forge)

`GET /rest/forge/1/app/properties`

Returns all property keys for the Forge app.

**[Permissions](#permissions) required:** Only Forge apps can make this request. This API can only be accessed using **[asApp()](https://developer.atlassian.com/platform/forge/apis-reference/fetch-api-product.requestjira/#method-signature)** requests from Forge.

## Response `200`

Returned if the request is successful.

- object
  - `keys` object[]
    - `key` string
    - `self` string

## Other responses

- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the request isn't made directly by an app or if it's an impersonated request.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/5a51740d7ab3/schema)
