Skip to main content

Create custom domain

Create custom domain

Request Body REQUIRED
workspaceId string REQUIRED
name string REQUIRED
Responses
200

Successful response

Schema
customDomain object
name string
createdAt date-time
default

Error response

Schema
message string
code string
issues object[]
message string
customDomains-createCustomDomain
POST /v1/custom-domains
Body
Loading...
https://app.typebot.io/api
curl -L -X POST 'https://app.typebot.io/api/v1/custom-domains' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'