Sign in

List Contacts (period)

documented

Retrieve a set of contact records updated within a period; supports pagination and filters.

GET /reportsコンタクトAPIno 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://api.sansan.com/v6.0/reports?updatedFrom={{$updatedFrom}}&updatedTo={{$updatedTo}}&nextPageToken={{$nextPageToken}}&category={{$category}}&type={{$type}}&range={{$range}}&orderBy={{$orderBy}}&orderDirection={{$orderDirection}}&limit={{$limit}}" \
  -X GET \
  -H "X-Sansan-App-Id: {{CORP-SANSAN_APP_ID}}" \
  -H "X-Sansan-Api-Key: {{CORP-SANSAN_API_KEY}}" \
  -H "Accept: application/json"