GetVerificationId
Use this to get a domain verification to code to verify domain ownership.
Body
githubIdstringRequired
domainstringRequired
Responses
200
successful operation
application/json
post
POST /domainverification/getVerificationId 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"
}
Last updated