LaraCopilot
LaraCopilot
API ReferenceEndpointsDeploymentProviders

List deployment providers

Returns active deployment providers and their implementation status.

GET
/deployments/providers
AuthorizationBearer <token>

In: header

Response Body

application/json

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