| Field | Type | Description |
|---|---|---|
| data | String | Return Data Message |
| Action | URL |
|---|---|
| Register Domain | {{baseUrl}}/domain/v2/register |
curl --location --request POST 'https://oteapi.webnic.cc/domain/v2/registry-program/check-free-tw-domain-eligibility?ubnId=12345678&companyName=Testing Inc.&domainName=testing12345678.tw' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": "Eligible. Please submit the domain registration within 24 hours."
}