cURL
curl --request GET \ --url https://api.truthlocks.com/v1/orgs \ --header 'X-API-Key: <api-key>'
{ "items": [ { "id": "org_7y8i2p_abc", "name": "Acme Corp", "slug": "acme-corp", "status": "ACTIVE", "created_at": "2026-01-01T00:00:00Z" } ], "next_cursor": "cursor_xyz123" }
Returns organizations for the authenticated tenant.
API key for machine-to-machine authentication
List of organizations
ACTIVE
SUSPENDED