Skip to main content
GET
/
list-workspaces
List workspaces
curl --request GET \
  --url https://repurpose.lol/api/v1/list-workspaces \
  --header 'x-api-key: <api-key>'
[
  {
    "findAndReplaceWords": [
      {
        "find": "string",
        "replace": "string"
      }
    ],
    "id": "string",
    "createdAt": "string",
    "updatedAt": "string",
    "name": "string",
    "language": "bg",
    "templateId": "string",
    "ownerId": "string",
    "_count": {
      "recordings": 0,
      "speakers": 0
    }
  }
]

Authorizations

x-api-key
string
header
required

Response

200 - application/json

OK

findAndReplaceWords
object[]
id
string
createdAt
string
updatedAt
string
name
string
language
enum<string>
Available options:
bg,
ca,
zh,
zh-CN,
zh-Hans,
zh-TW,
zh-Hant,
cs,
da,
da-DK,
nl,
en,
en-US,
en-AU,
en-GB,
en-NZ,
en-IN,
et,
fi,
nl-BE,
fr,
fr-CA,
de,
de-CH,
el,
hi,
hu,
id,
it,
ja,
ko,
lv,
lt,
ms,
multi,
no,
pl,
pt,
pt-BR,
ro,
ru,
sk,
es,
es-419,
sv,
th,
tr,
uk,
vi
templateId
string
ownerId
string
_count
object