Sign in

Get contact

documented

Retrieve a single Contact by ID.

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