Cannot create installation access token for App. Endpoint 404s #176123
-
Select Topic AreaQuestion BodyMarking as a question because I feel like I have to be doing something wrong. I am making a POST request as per the docs: I have tried both the App ID and the Client ID for However, if I intentionally mess up the token or don't provide auth, I get a I do not think this is relevant: https://github.com/orgs/community/discussions/71963 as I am using the POST method and still getting 404. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Make sure you’re using the installation ID (not the app ID or client ID) in the URL. You can list your installations by calling GET /app/installations with your JWT |
Beta Was this translation helpful? Give feedback.
Make sure you’re using the installation ID (not the app ID or client ID) in the URL. You can list your installations by calling GET /app/installations with your JWT