domain
POST/domain.create
domain-create
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
hostRequiredstring
Minimum length: 1pathRequiredstring | null
Minimum length: 1portRequirednumber | null
httpsRequiredboolean
applicationIdRequiredstring
certificateTypeRequiredstring
Value in: "letsencrypt" | "none"| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/domain.byApplicationId
domain-byApplicationId
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
applicationIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/domain.generateDomain
domain-generateDomain
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
applicationIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/domain.generateWildcard
domain-generateWildcard
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
applicationIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/domain.update
domain-update
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
domainIdRequiredstring
Minimum length: 1hostRequiredstring
Minimum length: 1pathRequiredstring | null
Minimum length: 1portRequirednumber | null
httpsRequiredboolean
certificateTypeRequiredstring
Value in: "letsencrypt" | "none"| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/domain.one
domain-one
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
domainIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/domain.delete
domain-delete
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
domainIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |