Last updated 1 month ago
Was this helpful?
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URL
GET /api/v1/brands/generate-domain HTTP/1.1 Host: protocol.jframework.dev BrandUrl: text Accept: */*
The request was successful.
{ "success": true, "statusCode": 200, "message": "The request was successful.", "data": { "rootDomain": "jframework.io", "subDomain": "dev-p0zhsi9", "fullDomain": "dev-p0zhsi9.jframework.io" }, "errors": [] }