API → AppsGet the consent URL for GitHub app authentication
hidden

Parameters

No parameters

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
    • url

      string
      optional
get
/apps/github/consent
$ curl "https://api.zoo.dev/apps/github/consent" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "url": "xiVNCKGrPGffxPAvSTU1H"
}