Skip to content
ARGUS
Search
K
Main Navigation
Docs
API
Blog
Menu
Return to top
Create domain
​
POST
/api/domains
Authorizations
​
ApiKeyHeader
Type
API Key (header: X-Api-Key)
Request Body
​
application/json
Schema
JSON
JSON
{
 Â
"domain"
:
"string"
,
 Â
"type"
:
"string"
,
 Â
"ssl_enabled"
:
true
}
Responses
​
200
Domain created
Content-Type
application/json
Schema
JSON
JSON
{
 Â
"id"
:
0
}
POST
/api/domains
Playground
​
Authorization
ApiKeyHeader
Body
Try it out
Samples
​
Powered by
VitePress OpenAPI