POST/partners/customers/verify-domain
Checks the validity of a domain.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
partner
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Property | Type | Description |
|---|---|---|
| domain | string | Domain name required minLength : 2 maxLength : 22 |
example
1{2 "domain": "example.com"3}OK
| Property | Type | Description |
|---|---|---|
| domain | string | Domain name required |
| type | string | Domain type
required Allowed values : DOMAIN, GROUP |
example
1{2 "domain": "example.com",3 "type": "DOMAIN"4}Bad request