POST example/api/SendingDomain?domain={domain}
https://app.bwz.se/bedrock/example/api/SendingDomain?domain={domain}
Verify a Sending domain - performs domain ownership verification and DKIM/SPF verification. If domain ownership is not done and is invalid DKIM/SPF will not be checked
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
domain |
The domain to verify. Must be an existing sending domain |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A result with the verification details
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |