API Docs
DocsGithubSupportMeroku Protocol
  • About
  • API reference
    • Dapp
      • DeleteApp
      • Upload
      • Build
      • Rate
      • SearchById
      • Categories
    • Store
      • Featured
        • Dapps
      • DeleteStore
      • BannedDapps
      • Dapp
      • Title
        • /
    • App
      • Installed
      • InstallUrl
    • O
      • View
      • Download
    • Domainverification
      • GetVerificationId
      • Verify
    • Api
      • V1
        • Dapp
          • Search
          • Autocomplete
  • Specification
  • SDK
    • NodeJS
  • ../Meroku Docs
Powered by GitBook
On this page
  1. API reference
  2. App

Installed

PreviousAppNextInstallUrl

Last updated 2 years ago

GH App Installed?

get

Checks if the Github App is installed for this user or not

Path parameters
ghIDstringRequired

Github Username of the user whose permissions have to check

Responses
200
Successful response
application/json
get
GET /app/{ghID}/installed HTTP/1.1
Host: api-a.meroku.store
Accept: */*
200

Successful response

{
  "isInstalled": true
}