get https://api-sandbox.fintecture.com/v1/companies/
Retrieve a company. Companies are entities managed through your organisation structure that can be associated with organisation nodes.
Related resources are only returned when requested via the include query param:
- To fetch without related resources, omit the
includeparameter. - To include related resources, pass a comma-separated list (e.g.
organisation_node,bank_account).
🔒 This endpoint requires an OAC (Organisation Access Credentials) access token with the companies:read scope.