Get BizCard
documentedFetch a BizCard by its Sansan ID; if the BizCard is part of a merged group, returns the latest merged BizCard.
GET /bizCards/{id}名刺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/v1/bizCards/{{$id}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-Sansan-Api-Key: {{CORP-SANSAN_API_KEY}}" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"