Skip to main content
GET
/
v1
/
orgs
/
{id}
Get Organization
curl --request GET \
  --url https://api.truthlocks.com/v1/orgs/{id} \
  --header 'X-API-Key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "slug": "<string>",
  "status": "ACTIVE",
  "created_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt

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

Returns detailed information about a specific organization. Includes status, branding settings, and member counts.

Parameters

id
string
required
The unique identifier of the organization

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Path Parameters

id
string<uuid>
required

Response

Organization details

id
string<uuid>
tenant_id
string<uuid>
name
string
slug
string
status
enum<string>
Available options:
ACTIVE,
SUSPENDED
created_at
string<date-time>