List BizCards (criteria)
documentedRetrieve BizCards that match given search criteria (companyName, name, email, tag, etc.).
GET /bizCards/search名刺APIno 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://api.sansan.com/v6.0/bizCards/search?nextPageToken={{$nextPageToken}}&includeTags={{$includeTags}}&includePastBizCards={{$includePastBizCards}}&range={{$range}}&companyName={{$companyName}}&name={{$name}}&email={{$email}}&tel={{$tel}}&mobile={{$mobile}}&tagId={{$tagId}}&entryStatus={{$entryStatus}}&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" \
-H "Content-Type: application/json"