InstallUrl

Github App Install Location

get

Get the URL where Github app can be installed

Responses
get
curl -L \
  --url 'https://api-a.meroku.store/app/installUrl'
{
  "url": "https://example.com"
}

Last updated