Get all workspaces for the current user
GET {{baseUrl}}/workspaces
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"id":"1MZtwo","type":"workspace","attributes":{"name":"Fake Workspace","slug":"fake-workspace","updated_at":"2022-03-22T10:10:55.517Z","created_at":"2022-03-22T10:10:55.499Z"},"relationships":{"repositories":{"data":[]}}}],"included":[]}