API → Apps → Get the consent URL for GitHub app authenticationhidden
hidden
get
/apps/github/consent$ curl "https://api.zoo.dev/apps/github/consent" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"url": "vfyGFhSME7wPUkZi9gc1krn"
}
$ curl "https://api.zoo.dev/apps/github/consent" \
--header "Authorization: Bearer $TOKEN"
{
"url": "vfyGFhSME7wPUkZi9gc1krn"
}