List contacts
documentedRetrieve a collection of Contact records.
GET /api/data/v9.2/contactsDataverseno implementation yet0 runsNo 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://{{$organization_domain}}.crm.dynamics.com/api/data/v9.2/contacts" -X GET -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" -H "Accept: application/json" -H "OData-MaxVersion: 4.0" -H "OData-Version: 4.0"