Skip to main content
GET
/
v1
/
workspaces
List workspaces
curl --request GET \
  --url https://api.example.com/v1/workspaces \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "countryCode": "<string>",
      "countryName": "<string>",
      "createdAt": "<string>",
      "id": "<string>",
      "languageCode": "<string>",
      "name": "<string>",
      "websiteUrl": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.semji.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_. Generate one in Settings > API Keys.

Response

200 - application/json

Default Response

data
object[]
required