domain
POST/domain.create
domain-create
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
host
Requiredstring
Minimum length: 1
path
Requiredstring | null
Minimum length: 1
port
Requirednumber | null
https
Requiredboolean
applicationId
Requiredstring
certificateType
Requiredstring
Value in: "letsencrypt" | "none"
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
GET/domain.byApplicationId
domain-byApplicationId
Authorization
Authorization
RequiredBearer <token>
In: header
Query Parameters
applicationId
Requiredstring
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
POST/domain.generateDomain
domain-generateDomain
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
applicationId
Requiredstring
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
POST/domain.generateWildcard
domain-generateWildcard
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
applicationId
Requiredstring
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
POST/domain.update
domain-update
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
domainId
Requiredstring
Minimum length: 1
host
Requiredstring
Minimum length: 1
path
Requiredstring | null
Minimum length: 1
port
Requirednumber | null
https
Requiredboolean
certificateType
Requiredstring
Value in: "letsencrypt" | "none"
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
GET/domain.one
domain-one
Authorization
Authorization
RequiredBearer <token>
In: header
Query Parameters
domainId
Requiredstring
Minimum length: 1
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
POST/domain.delete
domain-delete
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
domainId
Requiredstring
Minimum length: 1
Status code | Description |
---|---|
200 | Successful response |
default | Error response |