- Introduction
- API
- Endpoints
- Contact
This document describes the API endpoints for LinkArctic.
A basic bookmarking tool to collect and organize your favorite websites and notes. Loads fast. Easy to use.
Board
a workspace where you can create bookmarks and categories (Example 'Project A')Bookmark
a note/description/url basically anything (Example a link to 'Taylor Swift - You Belong With Me - YouTube')Category
to group bookmarks you can attach them to a category (Example 'YouTube')
Endpoint: https://linkarctic.com/api/v1
When making a requests, the API token should be included in the Authorization header as a Bearer token
.
You can obtain your API token on your 'Account' page https://linkarctic.com.
You can only access the boards that are bound to your API token. In case you get an 403 Forbidden
response, you are probably trying to access a board that is not bound to your API token. You can also create a 'wildcard' token - that allows you to access all boards.
For more information you can send an email to info@label84.com.
Feel free to create an issue or PR if you see any errors of inconsistencies.