cURL
curl --request POST \ --url https://rest.compute.cudo.org/v1/projects \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "billingAccountId": "<string>", "id": "<string>" }'
{ "billingAccountId": "<string>", "createBy": "<string>", "id": "<string>", "resourceCount": 123 }
Creates a new project.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Create project params
A successful response.
Was this page helpful?