Gets a board's information using the ID specified, optionally including all post and section data. Returns board object.

πŸ“˜

API key

You will need to include your API key found here.

Please include the key in your header. {"X-API-KEY": <api_key>}

To include the data of all post and section objects on a board, please ensure ?include=posts,sections is added to the end of the url.

Query parameters

ParameterDescription
include=posts or =sections or =posts,sections.
Includes post object or section object in returned JSON.
Language
Authorization
Header
Click Try It! to start a request and see the response here!