Workspaces

Get the list of workspaces.

This endpoint is used to get the list of workspaces the user has access to.

get/api/external/v1/workspaces/get-list

Response

object[] required

Example response

[
  {
    "id": 1,
    "name": "My Company Name",
    "slug": "my-company-name"
  },
  {
    "id": 2,
    "name": "SAAS Outreach",
    "slug": "saas-outreach"
  }
]

Changes