cURL
curl --request GET \ --url https://coolify-api.eagleagents.ai/v3/workspaces/{id} \ --header 'Authorization: Bearer <token>'
"<any>"
Ruft einen Arbeitsbereich ab. Diese Route muss die neuen V3-Endpunkte verwenden.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type any.
any