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!",
}

Last updated