Sign in

List accounts

documented

Retrieve a collection of Account records.

GET /api/data/v9.2/accountsDataverseno 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://{{$org_domain}}.crm.dynamics.com/api/data/v9.2/accounts" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json;odata.metadata=minimal;odata.streaming=true" \
  -H "OData-MaxVersion: 4.0" \
  -H "OData-Version: 4.0"
List accounts · Microsoft Dynamics 365 · OpenIntegrations