Sign in

Get account

documented

Retrieve a single Account by ID.

GET /api/data/v9.2/accounts({id})Dataverseno 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_URI}}/api/data/v9.2/accounts({{$id}})" \
  -X GET \
  -H "Accept: application/json" \
  -H "OData-MaxVersion: 4.0" \
  -H "OData-Version: 4.0" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Get account · Microsoft Dynamics 365 · OpenIntegrations