Popular Articles

  1. V5 Objects

    You can access the base object types that power Alchemer via the API. Objects include surveys, questions, responses, etc. These objects (for the most part) can be created, modified and deleted via the API. Most objects can also be used to ...
  2. Authentication

    Fill out our request form to be notified of critical updates/changes to the Alchemer API. To access your account via the API you'll need to create an API Key and API Secret Key for authentication. Admin Users To obtain an API Key and AP...
  3. API Request Limits

    API access is only available to enterprise customers. If you are interested, please contact us for more information! Is there a rate limit of API requests? Professional and Full Access accounts - 240 requests per minute Note: These l...
  4. SurveyResponse Sub-Object v5

    The following API calls are currently available for the SurveyResponse object: GET LIST Filtering SurveyResponse Returns GET SURVEYRESPONSE CREATE SURVEYRESPONSE UPDATE SURVEYRESPONSE DELETE SURVEYRESPONSE For info on ...
  5. Survey Object v5

    The following API calls are currently available for the Survey object: GET LIST GET SURVEY CREATE SURVEY UPDATE/COPY SURVEY DELETE SURVEY For info on returned fields and example returns go to Survey Object Returned Fields ....
  6. Versions & Methods

    The API has multiple versions that are used to prevent changes to the API from negatively impacting your application. Development of new features will always be on the most current version of the API. Development on previous versions of the API will...
  7. PHP: OAuth Sample Code

    The following code uses the OAuth Client library found here: (http://code.google.com/p/oauth-php/) -- but any library will work. /** * testapiAction * The following code tests the OAUTH authentication method of our API. * It uses the ...
  8. Return Formats

    Note: To view specific examples of return formats and fields, follow the below links: Versions 4 and below Returned Fields Version 5  Returned Fields The API returns data as json by default, but you can also choose to return data in ps...
  9. SurveyQuestion Sub-Object v5

    The following API calls are currently available for the SurveyQuestion object: GET LIST GET SURVEYQUESTION CREATE SURVEYQUESTION UPDATE SURVEYQUESTION DELETE SURVEYQUESTION GET LIST - Get a list of all of your survey qu...
  10. Restrict API Access

    The Alchemer API (Application Programming Interface) is used to integrate Alchemer into just about anything. If you wish to restrict access to the API altogether or restrict specific types of calls we have settings to help you do just this! To get ...