Skip to main content
GET
https://api.talktohumans.app
/
v1
/
organization
Get workspace
curl --request GET \
  --url https://api.talktohumans.app/v1/organization \
  --header 'Authorization: Bearer <token>'
{
  "organization": [
    {
      "id": 123,
      "name": "Acme",
      "created_at": "2026-05-10T12:00:00Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://talktohumans.app/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Pass your API key as Authorization: Bearer <api_key>.

Response

Workspace metadata.

organization
object[]
required