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

InstallUrl

PreviousInstalledNextO

Last updated 2 years ago

Github App Install Location

get

Get the URL where Github app can be installed

Responses
200
successful
application/json
get
GET /app/installUrl HTTP/1.1
Host: api-a.meroku.store
Accept: */*
200

successful

{
  "url": "https://example.com"
}