Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the project
Example:
"pjkkmx0f2vke4h36nk9cm8v8q0"
curl --request GET \
--url https://api.ubicloud.com/project/{project_id}/github \
--header 'Authorization: Bearer <token>'{
"count": 123,
"items": [
{
"id": "g1fg7td83em22qfw9pq5xyfqb7",
"name": "<string>"
}
]
}curl --request GET \
--url https://api.ubicloud.com/project/{project_id}/github \
--header 'Authorization: Bearer <token>'{
"count": 123,
"items": [
{
"id": "g1fg7td83em22qfw9pq5xyfqb7",
"name": "<string>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the project
"pjkkmx0f2vke4h36nk9cm8v8q0"