get https://api.padlet.dev/v1/boards/
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.
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 or =sections or =posts,sections .Includes post object or section object in returned JSON. |