LaraCopilot
LaraCopilot
API ReferenceEndpointsDeploymentConnections

List provider connections

Returns deployment provider connections stored for the authenticated agency. Each connection belongs to one external user.

GET
/deployments/{provider}/connections
AuthorizationBearer <token>

In: header

Path Parameters

provider*string

Response Body

application/json

application/json

curl -X GET "https://builder.laracopilot.com/api/v1/deployments/string/connections"
{
  "success": true,
  "message": "Deployment provider connections fetched successfully.",
  "data": "string",
  "errors": null
}
{
  "success": true,
  "message": "Deployment provider not found.",
  "data": null,
  "errors": null
}