GET
/
workspace
/
all
curl --request GET \
  --url https://prod-api.ringg.ai/ca/api/v0/workspace/all \
  --header 'X-API-KEY: <x-api-key>'
{
  "workspaces": [
    {
      "id": "d079bcb3-72a3-42dc-9586-edf0328e2973",
      "name": "Siddharth @ DesiVocal's Workspace",
      "created_at": "2024-12-16T13:03:29.947147+00:00",
      "role": "owner",
      "credits": 3025,
      "locked_credits": 0
    }
  ]
}

Headers

X-API-KEY
string
required

(Required) Your Ringg AI API key.

Response

200
application/json

Successful Response: A list of user workspaces.

The response is of type object.