Global.Church Developer Portal
Global.Church API

Organizations

Endpoint:https://api.global.church

Get organization by ID

GET
https://api.global.church
/v0/orgs/{id}

Returns a single organization by ID. Merges semantic data from GraphDB (org metadata, engagement claims, org relationships) with operational data from Supabase (logo dimensions, service times). Response includes a backward-compatible flat shape plus an _enriched block with semantic data (types, engagement claims, parent org, memberships).

Get organization by IDpath Parameters

  • idstring · uuid · pattern: ^([0-9a-fA-F]{8}-[0-… · required

    Global.Church church_id (UUIDv5).

Get organization by IDHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Get organization by IDResponses

OK

No data returned