Sign in

Get account detail

documented

Note: account-level detail endpoints are documented in Account object; see Account resource.

GET /account/{account_id}/?deprecatedAccountsno 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://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"