SRConsAPI:getSingleSignOnToken
servlet
method
The method name
api_key
An arbitrary value that must be passed when invoking the Convio Client and Server APIs. The value passed by the caller must match the value in the CONVIO_API_KEY site configuration parameter, which is unique for each Convio site.
v
API version to invoke. Must be "1.0".
login_name
Required for server API calls, invalid for client API calls. The user_name of the Convio administrative account that was created for API access. Note that this must be a special administrator account used just for API access.
login_password
Required for server API calls, invalid for client API calls. The password of the Convio administrative account that was created for API access. Note that this must be a special administrator account used just for API access.
cons_id
Optional. The Convio constituent ID for the user on whose behalf the token is requested. Optional, however, either a unique cons_id or a unique member_id parameter must be supplied in order for the call to succeed.
member_id
Optional. The client's unique member ID , as recorded in the Convio constituent database, for the user on whose behalf the token is requested. Optional, however, either a unique cons_id or a unique member_id parameter must be supplied in order for the call to succeed.