LaraCopilot
LaraCopilot
API ReferenceEndpointsGitHub

List GitHub connections

Returns every connection stored for the authenticated agency. Each connection belongs to one `external_user_id` within the current team.

GET
/github/connections
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://builder.laracopilot.com/api/v1/github/connections"
{
  "success": true,
  "message": "GitHub connections fetched successfully.",
  "data": "string",
  "errors": null
}