Account Object

The GET LIST call is the only call available for the Account object. Resellers can create new accounts (contact onboarding@sgizmo.com to learn more).

V4 of SurveyGizmo is an older version of what is currently in place. We strongly recommend exploring  V5 of the API. 

GET LIST - Get a list of all of your teams.

https://restapi.surveygizmo.com/v4/account
ParametersExampleRequired
Authentication Credentialsapi_token=abcd12345&api_token_secret=abcd12345True

Response Example (.debug format):

Array
(
    [result_ok] => 1
    [data] => Array
        (
            [id] => 160589
            [organization] => SurveyGizmo
            [contact_phone] => 123-456-7890
            [reseller] =>
            [resellers_customer_id] =>
            [reseller_uuid] =>
            [datecreated] => 2011-10-07T18:54:30-04:00
            [login_link] => https://appv3.sgizmo.com/login/v1...
        )

)