Enable, configure or disable the public link
PUT /boards/{boardId}/public-link
PUT/boards/{boardId}/public-linkTry it Basehttps://api.mockflow.com/v1Scopesmembers:write
Admin and above. The slug must be unique across every board's slug and id.
Authorization
Authorizationstringheaderrequired
Bearer <key>. The key needs members:write scope. Create and manage keys in the developer console; what each scope unlocks is on the scopes page.
Path parameters
boardIdstringpathrequired
Body
application/json
slugstring | null
Custom slug for the public URL. Null clears it.
passwordstring
Set to protect. Send empty string to clear.
Response
200 · application/json
urlstring | null
The /iview/ link, using the slug when one is set.
embedHtmlstring | null
A responsive iframe snippet for the public board.
Was this page helpful?