Last updated 1 year ago
Use this to verify your domain ownership.
POST /domainverification/verify 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", "isVerified": true }