Sign in

List customers

documented

Retrieve all customers via OData.

GET /data/CustomersFinance & Operationsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$dynamics_fo_base_url}}/data/Customers" -X GET -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" -H "Accept: application/json" -H "Content-Type: application/json" -H "OData-MaxVersion: 4.0" -H "OData-Version: 4.0"