Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://linkryse.com/v1/workspaces \ --header 'Authorization: Bearer <token>'
{ "workspaces": [ { "id": 123, "name": "<string>", "role": "<string>", "avatar_url": "<string>" } ] }
Retrieve a list of all workspaces the authenticated user belongs to.
Show Workspace Object
owner
admin
editor
viewer