Customer
Customer
Overview
DNS Protection Customer API
Version information
Version : 1.0.0.BETA
License information
Terms of service : https://www.nexusguard.com/
URI scheme
Host : api.nexusguard.com
BasePath : /api
Schemes : HTTPS
Paths
Switch DP txt verify
PUT /specp/dp/v2/config/txt_verify
Description
Switch the “txt verify” option in the Customer Configuration section of the DP Portal.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Query | access_token required |
Access token used to authenticate your access to the API | string |
Body | body required |
Request body parameters, status and mode can be configured on your needs. They are unnecessarily given. | body |
Name | Description | Schema |
---|---|---|
txt_verify required |
Is Txt Verify enabled. | boolean |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 | This is the returned result. | Response 200 |
500 | Internal Server Error | Response 500 |
Name | Description | Schema |
---|---|---|
code optional |
Error code | integer |
msg optional |
Error message | string |
result optional |
API Response | result |
Name | Description | Schema |
---|---|---|
txt_verify optional |
Is Txt Verify enabled. | boolean |
Name | Description | Schema |
---|---|---|
code optional |
Error code | integer |
msg optional |
Message | string |
Consumes
application/json
Produces
application/json
Security
Type | Name |
---|---|
apiKey | ApiKeyAuth |
Security
ApiKeyAuth
Type : apiKey
Name : access_token
In : QUERY