cURL
curl --request GET \ --url https://api.example.com/v2/integrations/providers/ms-dynamics-bc/{connection_id}/companies \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "display_name": "<string>" } ]
List all Business Central companies for a given connection.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response