List scm connections
GET/v1/api/scm/connections
Query parameters
Responses
| Parameter | Type | Description |
|---|---|---|
page | integer | — |
per_page | integer | — |
Response samples
200
{
"data": [
{
"api_url": "string",
"base_url": "string",
"default": false,
"github": {
"app_id": "string",
"installation_id": "string"
},
"id": "string",
"inserted_at": "string",
"name": "string",
"type": "github",
"updated_at": "string",
"username": "string"
}
]
}