DocumentationLogChimp Documentation

List all boards

Get all the boards

GET
/boards

Query Parameters

created?string

Borders are sorted by date creation.

Default"desc"
limit?string
Default"10"
page?string
Default"1"

Header Parameters

Content-Type?string
Default"application/json"

Get all the boards

Empty Object

Response Body

curl -X GET "https://api.<your-domain>.com/api/v1/boards?created=desc&limit=10&page=1" \  -H "Content-Type: application/json" \  -H "Content-Type: application/json" \  -d '{}'
{
  "boards": [
    {
      "boardId": null,
      "name": "🔗 Integrations",
      "color": "4A90E2",
      "url": "integrations-dsgksdIUYO",
      "createdAt": "2019-08-24T14:15:22Z",
      "post_count": "42"
    }
  ]
}
{
  "message": "Something went wrong!",
  "code": "SERVER_ERROR"
}