Skip to main content
POST
/
client
/
{workspaceId}
/
responses
Create Response
curl --request POST \
  --url https://app.formbricks.com/api/v2/client/{workspaceId}/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.

Path Parameters

workspaceId
string
required

The ID of the Workspace. Deprecated alias environmentId.

Body

application/json

The body is of type object.

Response

201 - application/json

Created

The response is of type object.