Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>" } ] }
Returns all workspaces in the organization accessible to the authenticated user.
API key starting with sk_. Generate one in Settings > API Keys.
sk_
Default Response
Show child attributes
Was this page helpful?