API ReferenceProjectsCreate_project
Create Project
Creates a new project within a specified organization. **Authentication:** - Requires organization-level API key in `key` - Requires HMAC SHA256 signature of request body in `hash-signature`
Creates a new project within a specified organization. **Authentication:** - Requires organization-level API key in `key` - Requires HMAC SHA256 signature of request body in `hash-signature`
In: header
In: header
application/json
application/json
application/json
curl -X POST "https://v.cloudapi.vconnct.me/api/v4/projects/create_project" \ -H "Content-Type: application/json" \ -d '{ "organization_id": "string", "project_name": "string" }'{
"message": "string",
"status": "string"
}{
"message": "string",
"status": "string",
"errors": {
"property1": "string",
"property2": "string"
}
}{
"error": "string"
}curl -X POST "https://v.cloudapi.vconnct.me/api/v4/projects/create_project" \
-H "Content-Type: application/json" \
-d '{
"organization_id": "string",
"project_name": "string"
}'