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

Request

PUT https://api.convertiser.com/publisher/websites/{uuid}/verify/

Path parameters

Parameter name Value Description Additional
uuid string Required

Request body

The request body takes a complete Website resource, containing the following writable properties:

{
    "_version": "integer"
}

Properties

Name Type Description Additional
_version integer

Optimistic Object Lock

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK Website

Explore this API

uuid
data
Request Content-Type
Response Content-Type

Choose an authorisation method:

API Token API Token to be used for request
Try it out!