Skip to main content
POST
/
api
/
v1
/
client
/
{environmentId}
/
displays
Create Display
curl --request POST \
  --url https://{baseurl}/api/v1/client/{environmentId}/displays \
  --header 'Content-Type: application/json' \
  --data '
{
  "surveyId": "{{surveyId}}",
  "userId": "{{userId}} (optional)"
}
'
{}

Path Parameters

environmentId
string
required

Body

application/json

The body is of type object.

Response

OK

The response is of type object.