v1

latestOpenAPI 3.1.02026-08-0653126213.6 KB
Community

Read Community

Get data for a specific community.

Returns the full Community schema to platform admins and the community's own admins. All other callers (including unauthenticated) receive a reduced Community_Public schema that omits PII (email, phone), internal CRM ids, consent audit trail, feature flags, Spydus credentials, and the arbitrary config dict.

get/v1/community/{community_id}

Path parameters

community_idinteger required

Headers

X-Access-Tokenstring nullable

Response

Successful Response

OR

Example response

{
  "name": "Fordwich Town Council",
  "short_name": "FTC",
  "organisation_name": "Horace's Haberdashery Academy Limited",
  "company_number": "12345678",
  "description": "This is an example of a description of Fordwich Town Council.",
  "email": "example.email@HHA.org",
  "phone": "0044 113 658 9852",
  "address": "23 Not Real Road, Fordwich, Kent, CT4 88R",
  "external_url": "https://Fordwich_Town_Council.org",
  "image_url": "https://media.navigatr.app/Fordwich.webp",
  "banner_url": "https://media.navigatr.app/Fordwich_banner.webp",
  "image_url_2x": "https://media.navigatr.app/Fordwich_2x.webp",
  "banner_url_2x": "https://media.navigatr.app/Fordwich_banner_2x.webp",
  "image_url_original": "https://media.navigatr.app/Fordwich_original.webp",
  "banner_url_original": "https://media.navigatr.app/Fordwich_banner_original.webp",
  "colour": "#844A82",
  "url": "https://navigatr.app/community/5/fordwich-town-council"
}