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

Documentation Index

Fetch the complete documentation index at: https://formbricks.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

The body is of type object.

Response

201 - application/json

Created

The response is of type object.