cURL
curl --request GET \ --url https://api.example.com/v2/integrations/providers/ms-dynamics-fo/{connection_id}/legal-entities \ --header 'Authorization: Bearer <token>'
[ { "value": "<string>", "label": "<string>" } ]
List all legal entities (companies) for a given connection.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response