Skip to main content
GET
/
v1
/
orgs
List Organizations
curl --request GET \
  --url https://api.truthlocks.com/v1/orgs \
  --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 a list of organizations associated with the authenticated tenant. This endpoint is typically used by platform administrators to manage tenant structure.

Parameters

limit
number
Maximum number of items to return
cursor
string
Pagination cursor for the next page of results

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Response

200 - application/json

List of organizations

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