cURL
curl --request GET \ --url https://api.truthlocks.com/v1/orgs/{id} \ --header 'X-API-Key: <api-key>'
{ "id": "org_7y8i2p_abc", "name": "Acme Corp", "slug": "acme-corp", "status": "ACTIVE", "branding": { "logo_url": "https://cdn.acme.com/logo.png", "primary_color": "#10b981" }, "member_count": 42, "created_at": "2026-01-01T00:00:00Z" }
Returns details for a specific organization.
API key for machine-to-machine authentication
Organization details
ACTIVE
SUSPENDED