Sites
Create a site
POST
/sitesParameters
Authorizationheaderstringrequired
Authentication credentials, e.g.
Bearer <token> (bearerAuth (http bearer)).Request body
namestringrequired
domainstringrequired
Example request
Responses
201The created site.
idstringrequired
namestringrequired
Display name of the site.
domainstringrequired
Primary domain, without protocol.
createdAtstring
201 example
422The site could not be created.
Code samples
cURL
Last updated on