Get shortcode mapping
documentedRetrieves the referring ambassador and campaign information tied to an “mbsy” shortcode.
GET /api/v2/{username}/{token}/json/shortcode/get/Shortcodesno 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.getambassador.com/api/v2/{{$username}}/{{$token}}/json/shortcode/get/" \
-X GET \
-H "Accept: application/json"