/vcs/github/app/manifest/callback
GET
/vcs/github/app/manifest/callback
const url = 'https://example.com/api/v1/vcs/github/app/manifest/callback?state=example';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/callback?state=example'Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” code
string
state
required
string
Responses
Section titled “ Responses ”Default Response