Skip to content

Create a new connection

POST
/v2/connections
curl --request POST \
--url https://api.surveycoder.io/v2/connections \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{ "provider": "alchemer", "name": "example", "credentials": {} }'
Media type application/json
object
provider
required
string
Allowed values: alchemer surveymonkey typeform qualtrics google_forms
name
required
string
credentials
required

Provider-specific credentials (encrypted at rest)

object

Connection created