List all Workspaces in your account.
curl https://api.warpstream.com/api/v1/list_workspaces \ -H 'warpstream-api-key: XXXXXXXXXX' \ -H 'Content-Type: application/json'
{ "workspaces": [{ "id": "wi_d7591578_418f_41cb_bed9_9c4dd7c7470e", "name": "example-workspace", "created_at": "2024-05-11T00:20:13.365372Z" }] }
Last updated 12 months ago
Was this helpful?