Last updated 1 month ago
Was this helpful?
The domain to check.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URL
GET /api/v1/brands/check-domain-exists/{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": true, "errors": [] }