Get board by id

Gets a board's information using the ID specified, optionally including all post, section, and comment 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, section, and comment objects on a board, please ensure ?include=posts,sections,comments is added to the end of the url.

πŸ”’

Authorization required

This endpoint requires admin access to the board. You must be an admin or owner of the board to access its data.

Query parameters

Parameter

Description

include

=posts, =sections, =comments, or any combination (e.g., =posts,sections,comments).
Includes post object, section object, or comment object in returned JSON.

Language
Credentials
Header
Click Try It! to start a request and see the response here!