---
title: "Provide a single resource - Quable App"
method: GET
path: "/quable-apps/{id}"
tags: ["Integration"]
---

# Provide a single resource - Quable App

`GET /quable-apps/{id}`

Retrieves a IntegrationApp resource.

## Path parameters

- `id` string, required

## Response `200`

IntegrationApp resource

- IntegrationAppIntegrationAppOutputIntegrationAppOutput
  - `id` string, uuid
  - `slug` string
  - `type` 'Custom' | 'AppStore'
  - `url` string, uri
  - `headers` HttpHeaders
    - `Authorization` string
    - `Content-Type` string
  - `payload` object
  - `documentType` DocumentTypeIntegrationAppOutput
    - `id` string, required — This is the unique identifier of the resource
  - `parameters` string[]
  - `icon` string — Fontawesome icon name : https://fontawesome.com/icons
  - `slots` unknown[]
    - unknown
  - `status` boolean — Status of the Quable App
  - `helpDeskUrl` string — URL for the Help Desk
  - `documentationUrl` string — URL for the Documentation
  - `security` object
    - `appSecret` string
  - `permissionFeatures` string[]
  - `name` LanguageTranslation — This structure does accept key & values where key has to be a language code configured in your PIM & the value is the value for this field in this language.
    - `fr-FR` string
    - `en-US` string
  - `description` LanguageTranslation — This structure does accept key & values where key has to be a language code configured in your PIM & the value is the value for this field in this language.
    - `fr-FR` string
    - `en-US` string
  - `dateCreated` string, date-time
  - `dateModified` string, date-time
  - `createdBy` UserUserOutputIntegrationAppOutput
    - `id` integer
  - `updatedBy` UserUserOutputIntegrationAppOutput
    - `id` integer

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.net/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/versions/1641096abb34/schema)
