Sign in

List BizCards (period)

documented

Retrieve a set of BizCards updated within a specified date range using updatedFrom/updatedTo and pagination/ordering options.

GET /bizCards名刺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/bizCards?range={{$range}}&limit={{$limit}}&companyName={{$companyName}}&name={{$name}}&email={{$email}}&tel={{$tel}}&mobile={{$mobile}}&tagId[]={{$tagId}}&entryStatus={{$entryStatus}}&orderBy={{$orderBy}}&orderDirection={{$orderDirection}}" \
  -X GET \
  -H "X-Sansan-App-Id: {{CORP-SANSAN_APP_ID}}" \
  -H "X-Sansan-Api-Key: {{CORP-SANSAN_API_KEY}}" \
  -H "Accept: application/json"
List BizCards (period) · Sansan · OpenIntegrations