Files

2.0 KiB
Raw Permalink Blame History

Skip to content

Return to top

Load Repositories for a GitHub App

=================================================================================================================================================

GET

/github-apps/{github_app_id}/repositories

Fetch repositories from GitHub for a given GitHub app.

Authorizations


bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Type

HTTP (bearer)

Parameters


Path Parameters

github_app_id*

GitHub App ID

Type

integer

Required

Responses


200400401404

Repositories loaded successfully.

Content-Type

application/json

SchemaJSON

JSON

{

"repositories": [

{

}

]

}

GET

/github-apps/{github_app_id}/repositories

Playground


Authorization

bearerAuth

Variables

Key

Value

github_app_id*

Try it out

Samples


Powered by VitePress OpenAPI