List survey platform connections
GET
/v2/connections
const url = 'https://api.surveycoder.io/v2/connections';const options = {method: 'GET', headers: {'x-api-key': '<x-api-key>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.surveycoder.io/v2/connections \ --header 'x-api-key: <x-api-key>'Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”List of connections