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.
Query parameters
Parameter | Description |
---|---|
include | =posts or =sections or =posts,sections .Includes post object or section object in returned JSON. |