Sign in

Get ambassador details

documented

Retrieves contact details for a single contact by email address. If they do not exist as a contact, it can also automatically create the requested contact in an enrolled, prospect, banned, or unsubscribed status.

GET /api/v2/{username}/{token}/json/ambassador/get/Ambassadorsno 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}}/{{GETAMBASSADOR_SECRET}}/json/ambassador/get/?email={{$email}}" \
  -X GET \
  -H "Accept: application/json"