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. Dapp

Categories

PreviousSearchByIdNextStore

Last updated 2 years ago

Get All category with subcategories.

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

successful operation

{
  "message": "text",
  "data": [
    {
      "category": "text",
      "subcategory": [
        "text"
      ]
    }
  ]
}