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. Api
  3. V1
  4. Dapp

Autocomplete

PreviousSearchNextSDK

Last updated 2 years ago

Auto-Complete search

get
Query parameters
searchstringRequired
Responses
200
successful operation
application/json
get
GET /api/v1/dapp/autocomplete HTTP/1.1
Host: api-a.meroku.store
Accept: */*
200

successful operation

{
  "status": 200,
  "message": [
    "success"
  ],
  "data": []
}