API Documentation
The Limnu External API creates a way for third-party developers to put a whiteboard in their own app or platform.
Welcome!
The Limnu external API, associated payment models, API authentication keys, and API calls are all in active development.
If there’s anything that would make this system better for you and your products, please let us know by contacting support@limnu.com.
Pricing & Contracts
For business inquiries, including pricing models and options, please visit our API business page.
Limnu API and API Key notes
All the functions in the Limnu External API require the use of an API Key and an API endpoint issued from Limnu. An API key is issued to a team account. Currently, API keys and endpoints may only be issued by Limnu support manually.
If for any reason you ever need to retire your current API key and replace it with a new one, this can easily be done by contacting Limnu support.
If you have a valid API key, but your account is not in good standing (that is, you are not paying for your account, or you have no trial credit attached to your account), then all Limnu External API functions with your API key will fail.
How to request an API key
Schedule a meeting with a Limnu team member to learn about features and pricing options
Create and pay for a Limnu team - your credit card is charged only after the trial expires
Request an API Key and Endpoint from Limnu Support. Tell us what email you used to create your team.
Limnu will issue you an API Key and endpoint and provide sample code to get you started
Limnu External API commonalities
All Limnu External API v1 calls adhere to the following rules:
- The URL for a function is
https://[endpoint provided]/v1/funcName
- All functions are all of type POST.
- The body of the POST request is a JSON object.
- The response to the POST request is a JSON object.
- All responses will have a boolean
success
attribute in the JSON object. - If the call fails,
success
will be false, and the additionalreason
attribute will be included in the JSON object for describing the failure.
Articles
- Limnu API Overview
- Getting an API Key
- Current Version & Changelog
- Function: userActive
- Function: userCreate
- Function: userUsage
- Function: boardActive
- Function: boardCreate
- Function: boardInfo
- Function: boardRole
- Function: boardCopy
- Function: boardRename
- Function: boardDelete
- Function: boardList
- Function: boardUsage
- Function: boardImageURLUpload
- Function: boardImageFileUpload
- Menu Control Options