Sign in

Retrieve Bitlinks by Group

documented

Returns a paginated collection of Bitlinks for a group (includes custom Bitlinks).

GET /v4/groups/{group_guid}/bitlinksCustom Bitlinksno 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-ssl.bitly.com/v4/groups/{{$group_guid}}/bitlinks?size={{$size}}&search_after={{$search_after}}&query={{$query}}&hostname_path_query={{$hostname_path_query}}&created_before={{$created_before}}&created_after={{$created_after}}&archived={{$archived}}&deeplinks={{$deeplinks}}&domain_deeplinks={{$domain_deeplinks}}&campaign_guid={{$campaign_guid}}&channel_guid={{$channel_guid}}&custom_bitlink={{$custom_bitlink}}&has_qr_codes={{$has_qr_codes}}&tags={{$tag1}}&tags={{$tag2}}&launchpad_ids={{$launchpad_ids}}&encoding_login={{$encoding_login}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"