Verifies ownership of a Website owned by logged-in Publisher
Website ownership is tested using the following methods: - lookup for meta tag - lookup for html comment - static html file presence
PUT https://api.convertiser.com/publisher/websites/{uuid}/verify/
Parameter name | Value | Description | Additional |
---|---|---|---|
uuid | string | Required |
The request body takes a complete Website resource, containing the following writable properties:
{
"_version": "integer"
}
Name | Type | Description | Additional |
---|---|---|---|
_version | integer |
Optimistic Object Lock |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK | Website |