Create Experience

Create a new Experience. You can use the Custom ID field to associate your own ID with the Experience, which can be used to retrieve the Experience later. The information passed to experienceData will be used in the Experience App.

Query Params
uuid
required

Public or Private Threekit authentication token. If using a public token the request must originate for a domain added to the authentication token.

Body Params
string
required
length between 1 and 255

A unique user-defined name for the entity.

string | null
Defaults to null

A unique, user-defined identifier. Can only contain alphanumeric characters, hyphens, underscores and colons.

string | null
Defaults to null

A user-defined label.

string | null
Defaults to null

A user-defined description.

experienceData
object | null

The data that will be used to configure the Experience App. Passing null will set all fields to their default values.

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json