English
API Reference v3
cURL
curl --request GET \ --url https://paradigm.lighton.ai/api/v3/workspaces \ --header 'Authorization: Bearer <token>'
{ "count": 123, "results": [ { "id": 123, "name": "<string>", "workspace_type": "<string>", "document_upload_method": "<string>", "description": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "members": "<string>", "user_role": "<string>" } ], "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A page number within the paginated result set.
123
Show child attributes
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"