Português (BR)
Crie um novo espaço de trabalho na sua conta Square Cloud.
cURL
curl --request POST \ --url https://api.squarecloud.app/v2/workspaces \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "status": "success", "response": { "id": "dcedcd13d7e272a7b32a70f6a1d180f23c12d759", "owner": "5354d9742d889d49b20134ba0be09ccc0033be68", "name": "Test", "createdAt": "2025-06-04T20:44:55.934Z" } }
success
error
Show Alternar objeto
Esta página foi útil?