Admin_Create_Account_Key(string key, int clientId)

Description

Creates an API key for the specified account

Parameter Type Required Description
key string Yes
Your API key – used to authenticate your account
clientId int Yes
The account ID number for which you want the API key
optionalParameters[username] string No
The username for which you would like the API key. If not specified, the key will be created for the account’s default user.
Call (GET)
https://api.surveytown.com/2/REST/?method=Admin_Create_Account_Key&key=YOUR_API_KEY&optionalParameters[username]=steve
Response
"c1cf34c6f1982bf3d77a0c5067fa2511"