Project

Retrieves the details of a project by its unique identifier.

get

Retrieves the details of a project by its unique identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
projectIdentifierstringRequired
Responses
chevron-right
200

OK

get
/projects/{projectIdentifier}

Updates the specified project with new data.

put

Updates the specified project with new data.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
projectIdentifierstring · uuidRequired

The unique identifier of the project to update.

Body
namestring · nullableRequired
descriptionstring · nullableRequired
Responses
chevron-right
200

OK

put
/projects/{projectIdentifier}

Deletes the specified project by its unique identifier.

delete

Deletes the specified project by its unique identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
projectIdentifierstringRequired
Responses
delete
/projects/{projectIdentifier}

No content

Retrieves the personal project for the authenticated user if personal workspace is enabled.

get

Retrieves the personal project for the authenticated user if personal workspace is enabled.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Responses
chevron-right
200

OK

get
/projects/my-personal-project

Retrieves analytics data for the specified project.

get

Retrieves analytics data for the specified project.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
projectIdentifierstringRequired
Responses
chevron-right
200

OK

get
/projects/{projectIdentifier}/analytics

Last updated