Retrieve QR Codes by Group
documentedRetrieves QR codes for a specific group.
GET /v4/groups/{group_guid}/qr-codesGroupsno 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-ssl.bitly.com/v4/groups/{{$group_guid}}/qr-codes?has_render_customizations={{$has_render_customizations}}&size={{$size}}&search_after={{$search_after}}&query={{$query}}&hostname_path_query={{$hostname_path_query}}&created_before={{$created_before}}&created_after={{$created_after}}&archived={{$archived}}&creating_login={{$creating_login}}&qrc_type={{$qrc_type}}&is_gs1={{$is_gs1}}&tags={{$tags}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"