cURL
curl --request POST \ --url https://{baseurl}/api/v1/client/{environmentId}/displays \ --header 'Content-Type: application/json' \ --data ' { "surveyId": "{{surveyId}}", "userId": "{{userId}} (optional)" } '
{}
Create a new display for a valid survey ID. If a userId is passed, the display is linked to the user.
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?