Description
The following method must be used if the customer requests to re-send the authorization email to disable the GDPR Protection setting (e.g., in situations where the Registrant contact may not have received the initial email).
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
order-id | Integer | Required | Order ID of the domain name |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/domains/gdpr/resend-authorization-mail.json?auth-userid=0&api-key=key&order-id=0
Response
Returns a hash map of the following details:
- Status of the request (status)
- Result of the action performed (message)
In case of any errors, a status key with value as ERROR along with an error message will be returned.