List

List all Workspaces in your account.

Request

curl https://api.warpstream.com/api/v1/list_workspaces \
-H 'warpstream-api-key: XXXXXXXXXX' \
-H 'Content-Type: application/json'

Response

{
  "workspaces": [{
    "id": "wi_d7591578_418f_41cb_bed9_9c4dd7c7470e",
    "name": "example-workspace",
    "created_at": "2024-05-11T00:20:13.365372Z"
  }]
}

Last updated

Was this helpful?