cURL
curl --request POST \ --url https://api.formo.so/v0/boards \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "isSuccess": true, "data": { "id": "<string>", "project_id": "<string>", "enabled": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "title": "<string>", "description": "<string>" } }
Create a new empty board.
Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.
formo_xxx
The body is of type object.
object
Board created
Show child attributes