get https://api.padlet.dev/v1/boards/
Gets a board's information using the ID specified, optionally including all post, section, and comment data. Returns board object.
API keyYou 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 requiredThis 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 |
|