API server
https://app.coolify.io/api/v1List all cloud-init scripts for the authenticated team.
Authorization
bearerAuth AuthorizationBearer <token>
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
In: header
Response Body
application/json
curl -X GET "https://app.coolify.io/api/v1/cloud-init-scripts"Empty
{ "message": "Unauthenticated."}Empty
