Fetch a board
This endpoint is used to fetch a board from the CodeBoard platform. This is a GET method
/fetch?id={id}
Requires
Authorization Header with your API Key
Board ID as parameter
Failing to provide API Key will send Unauthorized
response with status code 401
Parameters
Parameter | Description | Required |
---|---|---|
id | Fetch a board using its id | true |
key | Give your API Key as parameter instead of header | Required if not passed in headers |
Example
Request
Response JSON
Save a board
/api/save