Get account region
documentedIdentify the region for tracking endpoints.
GET /api/v1/accounts/regionAccountno 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://track.customer.io/api/v1/accounts/region" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Basic {{TRACK_API_B64}}"