POST
/
api
/
v1
/
client
/
{environmentId}
/
displays
curl --request POST \
  --url http:///%7B{baseurl}%7D/api/v1/client/{environmentId}/displays \
  --header 'Content-Type: application/json' \
  --data '{
  "surveyId": "{{surveyId}}",
  "userId": "{{userId}} (optional)"
}'
{
  "data": {
    "id": "clvc1z8200006494jgnds7ort"
  }
}

Path Parameters

environmentId
string
required

Body

application/json · object

Response

200
application/json
OK

The response is of type object.

Was this page helpful?