Skip to main content
Projects are reached at /rest/v1/project. All requests need the headers described in Authentication.

List projects

Returns the projects belonging to your company.
string
default:"*"
Columns to return. Use * for all columns, or a comma-separated list such as id,project_name to reduce the payload.
The response is a JSON array of project objects.

Create a project

string
required
UUID of the bid this project belongs to.
string
required
Human-readable name for the project.
bid_id must reference an existing bid. Posting a UUID that doesn’t resolve will be rejected.