Sign in

Get supported countries

documented

List countries supported by transactional SMS/email.

GET /v2/utilities/supportedCountriesTransactionalno 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://slingshot.egoiapp.com/api/v2/utilities/supportedCountries" \
  -X GET \
  -H "ApiKey: {{E-GOI_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"