POST
/
client
/
{environmentId}
/
responses
curl --request POST \
  --url https://app.formbricks.com/api/v2/client/{environmentId}/responses \
  --header 'Content-Type: application/json' \
  --data '{
  "surveyId": "survey123",
  "responses": {}
}'
{
  "responseId": "response123"
}

Body

application/json · object

Response

201 - application/json

Created

The response is of type object.