Gestiono

Create Websites domains

← Back to full API reference
POST/v1/websites/domainsAuth required

Request details

No path, query, or body parameters were captured for this endpoint.

Default payloads

Path params

json
{}

Query

json
{}

Body

json
{}

Sample response

json
{
  "success": true,
  "message": "Domain added to Vercel project",
  "domain": "<domain>",
  "vercelResponse": "<response>"
}