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 Alchemer 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://api.alchemer.com/v4/account
Parameters | Example | Required |
---|---|---|
Authentication Credentials | api_token=abcd12345&api_token_secret=abcd12345 | True |
Response Example (.debug format):
Array
(
[result_ok] => 1
[data] => Array
(
[id] => 160589
[organization] => Alchemer
[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...
)
)