Verify
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
}
Last updated