Personal Access Tokens
Superthread uses Personal Access Tokens (PAT) for authentication. Therfore any action taken via the API will be attributed to the person who generated the PAT. For example, if you create a card via the API, the card’s activity feed in Superthread will say the card was created by you, likewise moving a card will say the card was you moved by you etc. You can create and manage your PAT tokens in Setting > Account > API access. Include your PAT in theAuthorization header as a Bearer token:
Team ID (Workspace ID)
Many endpoints require you to include yourteam_id in the request URL. This is the ID or your Superthread ‘Workspace’ (hisotrically called ‘Team’). We’ve made this easy to view and copy from the API Access settings page.
[POST] Create a new card
User ID
You may also need your User ID for actions like assigning yourself to a card. You can find this on the API Access settings page. Calling theusers endpoint with /me will also return your user ID and other information.
[GET] Your user details