Sign in

List contact moments for a contact

documented

List moments for a specific contact

GET /api2/contacten/{contact_id}/contactmomentenContact Momentsno 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://{{$recras_domain}}.recras.nl/api2/contacten/{{$contact_id}}/contactmomenten" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{RECRAS_API_KEY}}"
List contact moments for a contact · Recras · OpenIntegrations