cURL
curl --request GET \ --url https://api.qlty.sh/workspaces \ --header 'Authorization: Bearer <token>'
{ "meta": { "hasMore": false }, "data": [ { "id": "1c47b6fd-db56-4fbd-9cf0-4d88f9631050", "key": "acmeco", "avatarUrl": "https://assets.github.com/acmeco.png", "providerUrl": "https://github.com/acmeco", "createdAt": "2023-01-15T08:30:00Z", "updatedAt": "2023-02-20T14:45:00Z" } ] }
List Workspaces accessible to the authenticated token
Generate an API token at https://qlty.sh/user/settings/tokens
Maximum number of items to return in a single response
Number of items to skip for pagination
Successful response
List of Workspace items returned in the response
Show child attributes