🌎Open API
You want to connect your application with Bricks. Please contact us by email at hello@bricksapp.io to get more information.
Create Project
To create a new project on Bricks App
POST
https://api.bricksapp.io/nestapi/project/public
Headers
Authorization*
String
apiKey [:yourAPIKey]
Request Body
name*
String
Name of the your new project
organizationId*
String
ID of the organization
description
String
isPrivate
Boolean
If set to true
your project could be accessed by people without signing in as an observer. Default is false
when not provided
image
String
Image/avatar for the project
Restore Topics From Template
To restore topics from template on Bricks App
POST
https://api.bricksapp.io/nestapi/topic/public/restoreTopicsFromTemplate
Headers
Authorization*
String
apiKey [:yourAPIKey]
Request Body
projectId*
String
ID of your project
groupId*
String
ID of your team in the project
templateId*
String
ID of topic template to be used
origins*
String
To set the origin of the template. Available values: "bricks" / "user"
kanbanColumnId*
Number
Kanban Column ID for the topics to be created, the default is -1
Last updated