GitHub
Sync GitHub Repos
You can retreive repos your token has access to using /integrations/github/repos and sync their content. You can also pass full name of any public repository (username/repo-name). This will store the repo content with carbon which can be accessed through /integrations/items/list endpoint. Maximum of 25 repositories are accepted per request.
POST
/
integrations
/
github
/
sync_repos
Authorizations
authorization
string
headerrequiredtoken <token>
, corresponds to temporary access tokens.
Body
application/json
repos
string[]
requireddata_source_id
integer | null
Response
200 - application/json
The response is of type any
.