Show source control provider
Get a specific source control provider from your account.
GET/api/user/source-control/{provider}
Get source control provider
This endpoint returns a specific source control provider from your account.
Request
GET
/api/user/source-control/{provider}curl -G "https://ploi.io/api/user/source-control/1" \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response
{
"data": {
"id": 1,
"label": null,
"name": "ploi",
"provider": "gitlab",
"created_at": "2024-01-01 00:00:00"
}
}