Skip to main content

Domains

Custom domains (Pro 1 · Growth 5 · Enterprise unlimited).

GET /api/domains # your domains
POST /api/domains # { host: "go.yourbrand.com" } → returns verification_token
POST /api/domains/{id}/verify # checks DNS; marks verified on success
DELETE /api/domains/{id}

After POST /api/domains, add the returned TXT verification record at your DNS provider and point the host at LinkLane's ingress, then call verify. Exceeding your plan's domain cap returns 402.