Partner Survey Integration Docs
  • Getting Started
    • Introduction
    • Overview
    • Server URL
    • Authentication
  • API Integration
    • Check Respondent Availability
    • Publishing the Survey
    • Update the Survey
    • Redirection Page
    • Submission Notify Webhook
Powered by GitBook
On this page
  • Architecture Overview
  • System Requirements

Was this helpful?

  1. Getting Started

Overview

This section will provide you with an in-depth understanding of the E2E system integration, interactions, and some principles.

PreviousIntroductionNextServer URL

Last updated 10 months ago

Was this helpful?

Architecture Overview

System Requirements

There are no specific hardware and software requirements. But to be able to integrate with us, please use the system dependency below regardless programming language you use:

Base64 Encoding/Decoding

Libraries or functions capable of handling Base64 encoding/decoding operations.

AES-128-CFB Encryption/Decryption

Libraries or functions implementing AES-128-CFB encryption/decryption algorithms.

Crypto SHA-256

Ensure the use of a cryptographically secure implementation of SHA-256.

All the dependencies above will be used to sign the request between Partner’s platform and Responova survey platform to make sure all the traffic is secure and legit.

Integration Overview