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

Verify

PreviousGetVerificationIdNextApi

Last updated 2 years ago

Verify domain txt records.

post

Use this to verify your domain ownership.

Body
githubIdstringRequired
domainstringRequired
Responses
200
successful operation
application/json
post
POST /domainverification/verify HTTP/1.1
Host: api-a.meroku.store
Content-Type: application/json
Accept: */*
Content-Length: 35

{
  "githubId": "text",
  "domain": "text"
}
200

successful operation

{
  "verificationCode": "text",
  "domain": "text",
  "isVerified": true
}