Create a Project

Request URI for Sub Account
POST /accounts/account_id/projects

Request Format

{
    "name": "Project One",
    "languages": [
        "NODEJS",
        "PYTHON"
    ],
    "environments": [
        {
            "name": "Env1",
            "isEnabled": true
        },
        {
            "name": "Env2"
        }
    ],
    "type": "project"
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!