Skip to main content
POST
Create project from template

Authorizations

api_access_token
string
header
required

All API requests must include the api_access_token header with a valid agent or administrator token.

Body

application/json
template_id
integer
required

ID of the project template to use

Response

Project created from template

id
integer
name
string
description
string
color
string
Example:

"#6366F1"

status
enum<string>
Available options:
active,
completed,
archived,
on_hold
deadline
string<date>
contact_id
integer
company_id
integer
tasks_count
integer
created_at
string<date-time>