/vcs/github/app/manifest/new
GET
/vcs/github/app/manifest/new
const url = 'https://example.com/api/v1/vcs/github/app/manifest/new';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/v1/vcs/github/app/manifest/newParameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” org
string
name
string
Responses
Section titled “ Responses ”Default Response