Skip to main content
POST
/
v1
/
domains-v2
Add Domain
curl --request POST \
  --url https://linkryse.com/v1/domains-v2 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "domain_name": "<string>"
}
'
{
  "success": true,
  "message": "<string>"
}

Body

domain_name
string
required
The domain name you want to add (e.g., links.example.com).

Response

success
boolean
Whether the domain was successfully created.
message
string
A message describing the result.