Environments

Create an environment

POST
Create a new environment

Request

This endpoint expects an object.
name
stringRequired
The name of the environment
isProd
booleanRequired
Whether or not the environment is a production environment
guestAuthentication
list of enumsOptional
The type of authentication to use for guests
Allowed values: shared_linkmagic_link
metadata
map from strings to anyOptional
translationsPath
stringOptional
namespaces
list of stringsOptional
languageOverride
stringOptional

Response

This endpoint returns an object
data
object