Use this endpoint to get metadata about the current workspace
cURL
curl --request GET \ --url https://api.talktohumans.app/v1/organization \ --header 'Authorization: Bearer <token>'
200
Example
{ "organization": [ { "id": 123, "name": "Acme", "created_at": "2026-05-10T12:00:00Z" } ] }
Documentation IndexFetch the complete documentation index at: https://talktohumans.app/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://talktohumans.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Pass your API key as Authorization: Bearer <api_key>.
Authorization: Bearer <api_key>
Workspace metadata.
Show child attributes