Skip to content

Onboarding Checklist

  1. Get credentials.
  2. Retrieve an opportunity live link successfully from the opportunity registry.
  3. Send a respondent in to the live link.
  4. Choose a disposition.
  5. Retrieve them back through the redirect URL, and interpret it appropriately.

Successfully completing this test will indicate the following:

  • Valid credentials.
  • Correct signatures.
  • Access to the Opportunity Registry
  • You can successfully send a respondent into the redirect URL.
  • You get a disposition and are redirected out to the partner’s platform.

Dynata cannot verify a parters S2S logging data, as this will be saved on the partner side.

  • Follow the same steps as the E2E test.
  • If you have an S2S URL configured, verify that the information desired is being written out to your logs and can be accessed successfully.

Make sure you can hit the /receive-notifications endpoint, and pull down the listed opportunities notifications. More info here

Make sure you can hit the /ack-notifications endpoint, and acknowledge an opportunity notifications. More info here

Make sure you can hit the /get-opportunity endpoint, and get an opportunity. More info here

Make sure you can hit the /download-collection endpoint, and download a large collection. More info here


Return a list of attribute IDs and their statuses

Section titled “Return a list of attribute IDs and their statuses”

Make sure you can hit the /list-attributes endpoint and pull down a list of attributes. More info here

Please use the production version of the /list-attributes endpoint to map against the most commonly used attributes. The results from the QA version of /list-attributes are sorted arbitrarily.

Make sure you can hit the /get-attribute-info endpoint, and retrieve attribute information by attribute id. More info here

If you prefer to use the Respondent Gateway to create and update respondents:

Make sure you can hit the /put-respondent endpoint, and create a respondent. More info here

Once you’ve create a respondent via the /put-respondent endpoint, make sure you can update that same respondent via the same /put-respondentendpoint.