Sign in

Get customer

documented

Retrieve a customer by key.

GET /data/Customers('<id>')Finance & 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://{{ORG_ROOT}}/data/Customers('{{$id}}')" \\
  -X GET \\
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\
  -H "Accept: application/json" \\
  -H "OData-MaxVersion: 4.0" \\
  -H "OData-Version: 4.0"
Get customer · Microsoft Dynamics 365 · OpenIntegrations