Get account detail
documentedNote: account-level detail endpoints are documented in Account object; see Account resource.
GET /account/{account_id}/?deprecatedAccountsno 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://restapi.surveygizmo.com/v5/account" \
-G \
-d "api_token={{SURVEYGIZMO_API_KEY}}" \
-d "api_token_secret={{SURVEYGIZMO_SECRET}}" \
-d "api_customer_id={{$api_customer_id}}" \
-H "Accept: application/json"