CodeBoard
API

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

ParameterDescriptionRequired
idFetch a board using its idtrue
keyGive your API Key as parameter instead of headerRequired if not passed in headers

Example

Request










Response JSON









Save a board

/api/save