Sign in

Get shortcode mapping

documented

Retrieves the referring ambassador and campaign information tied to an “mbsy” shortcode.

GET /api/v2/{username}/{token}/json/shortcode/get/Shortcodesno 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.getambassador.com/api/v2/{{$username}}/{{$token}}/json/shortcode/get/" \
  -X GET \
  -H "Accept: application/json"
Get shortcode mapping · getambassador · OpenIntegrations