Sign in

List Tags

documented

List all tags in Sansan; supports pagination and filtering by range, type, ownerUserId and tagName.

GET /tagsタグ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/tags?limit={{$limit}}&nextPageToken={{$nextPageToken}}&range={{$range}}&type={{$type}}&ownerUserId={{$ownerUserId}}&tagName={{$tagName}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-Sansan-App-Id: {{CORP-SANSAN_APP_ID}}" \
  -H "X-Sansan-Api-Key: {{CORP-SANSAN_API_KEY}}"