Creating a DNS Record
POST /api/v1/create_record
Create a subdomain using the skye API
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
Optional
name
string
Record Name
NO
domain
number
The domain's ID
NO
comment
string
Note with the record (eg. a user id)
YES
Response
{
"success": true,
"message": "Record successfully created!",
}{
"success": false,
"message": "Bad Request",
}{
"success": false,
"message": "No authorization headers",
}{
"success": false,
"message": "An error occured with skye's systems",
}Last updated