Endpoint · Organisations

Get an organisation

One organisation: description, listings, domains, industries, addresses and the latest AUM record.

GET/v1/organisations/{organisationReference}

Authentication

Bearer token in the Authorization header. The token reaches what your plan covers. Getting a token.

Parameters

path parameters

organisationReferenceuuid·pathrequired
The organisation's reference.

Response

success holds the object below.

  • referenceuuid
  • namestring
  • descriptionstring | null
  • totalsobject{ employees }.
  • sizestringA headcount band.
  • aliasesarrayOther names, with start_date and end_date.
  • tickersarray{ value, exchange, currency, status, is_primary_listing }.
  • domainsarray{ domain, confidence_score, is_valid }.
  • phonesarray{ number, type, is_valid }.
  • industriesarray{ code, name, level, is_primary }, GICS.
  • addressesobjectcompany and mailing, each { city, state, country, zip_postal_code }.
  • client_summaryobject | nullThe latest AUM record. See assets under management.Show 4 fields
    • currency_codestring
    • summary_typestringclient or fund.
    • publish_datedatetime
    • entriesarray{ client_type, client_type_label, number_of_clients, fewer_than_5, regulatory_assets_under_management }.
  • relationshipsobjectCounts of customers, suppliers, partners and service_providers.
  • statusstring
  • verifiedboolean
  • confidenceinteger0 to 100.

An organisation can carry more fields than are listed here. Treat unlisted fields as unstable.

Examples

Set CHIKARA_API_TOKEN and each sample runs as written. Example records are invented.

curl -sS "https://api.chikaraintel.com/v1/organisations/3f2a9c1e-7b4d-4e8a-9c21-5d6e7f8a9b01" \
  -H "Authorization: Bearer $CHIKARA_API_TOKEN" \
  -H "Accept: application/json"

See pagination and errors.

Used by

MCP tools built on this endpoint.

Related