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.
referenceuuidnamestringdescriptionstring | nulltotalsobject{ employees }.sizestringA headcount band.aliasesarrayOther names, withstart_dateandend_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.addressesobjectcompanyandmailing, each{ city, state, country, zip_postal_code }.client_summaryobject | nullThe latest AUM record. See assets under management.Show 4 fieldscurrency_codestringsummary_typestringclientorfund.publish_datedatetimeentriesarray{ client_type, client_type_label, number_of_clients, fewer_than_5, regulatory_assets_under_management }.
relationshipsobjectCounts ofcustomers,suppliers,partnersandservice_providers.statusstringverifiedbooleanconfidenceinteger0 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.