Projects

Create a new project in the organization. Projects can be created and archived, but cannot be deleted.

post/organization/projects

Request body

namestring required

The friendly name of the project, this name appears in reports.

app_use_casestring

A description of your business, project, or use case. Why we need this information.

business_websitestring

Your business URL, or if you don't have one yet, a URL to your LinkedIn or other social media. Why we need this information.

Response

Project created successfully.

idstring required

The identifier, which can be referenced in API endpoints

object'organization.project' required

The object type, which is always organization.project

namestring required

The name of the project. This appears in reporting.

created_atinteger required

The Unix timestamp (in seconds) of when the project was created.

archived_atinteger nullable

The Unix timestamp (in seconds) of when the project was archived or null.

status'active' | 'archived' required

active or archived

app_use_casestring

A description of your business, project, or use case. Why we need this information.

business_websitestring

Your business URL, or if you don't have one yet, a URL to your LinkedIn or other social media. Why we need this information.

Changes