Last updated 1 year ago
Use this to get a domain verification to code to verify domain ownership.
POST /domainverification/getVerificationId HTTP/1.1 Host: api-a.meroku.store Content-Type: application/json Accept: */* Content-Length: 35 { "githubId": "text", "domain": "text" }
successful operation
{ "verificationCode": "text", "domain": "text" }