List BizCard tags
documentedList tags attached to a BizCard; supports pagination via nextPageToken and limit.
GET /bizCards/{id}/tags名刺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/{{$bizCardId}}/tags?nextPageToken={{$nextPageToken}}&limit={{$limit}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-Sansan-App-Id: {{CORP-SANSAN_APP_ID}}" \
-H "X-Sansan-Api-Key: {{CORP-SANSAN_API_KEY}}"