Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The name of the Project.

description
string
required

The description of the Project.

Response

Project created successfully

A Project in the Scorecard system.

id
string
required

The ID of the Project.

name
string | null
required

The name of the Project.

description
string | null
required

The description of the Project.