Skip to content

Can't create an installation access token #24525

Discussion options

You must be logged in to vote

👋 @bilelelleuch , welcome to the GitHub Support Community and for posting this question! ✌️

The first request to https://api.github.com/app returns the authenticated GitHub App, where the value of id of 68327 represents the identifier for the GitHub App itself and not an installation.

If you’re interested in creating an installation token, you’ll first need to make a request that lists the installations for the authenticated app (you must use a JWT to access that endpoint). In the response, each element in the collection represents an installation with their own respective unique ids.

Once you’ve determined which id you’re interested in creating an installation token for, you can specify …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment