cURL
curl --request POST \ --url https://api.copass.id/api/v1/storage/sandboxes/{sandbox_id}/projects \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "data_source_ids": [ "<string>" ], "metadata": {} } '
{ "project_id": "<string>", "user_id": "<string>", "sandbox_id": "<string>", "name": "<string>", "status": "<string>", "description": "<string>", "data_source_ids": [ "<string>" ], "metadata": {}, "created_at": "2023-11-07T05:31:56Z" }
Create a new project in the sandbox.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project name
1 - 255
2048
Initial data source associations
Successful Response