POST api/vk/captcha-resolve

vk captcha.resolve

Request Information

URI Parameters

None.

Body Parameters

VkPagesGetTitlesRequest

VkCaptchaResolveRequest
NameDescriptionTypeAdditional information
uid

vk export catalog uid

globally unique identifier

None.

success_token

VK ID Captcha success_token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "uid": "b5f52efb-de06-4d2c-8389-3fcc106320ea",
  "success_token": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<digiseller.vk.captcha.resolve.request>
  <uid>b5f52efb-de06-4d2c-8389-3fcc106320ea</uid>
  <success_token>sample string 2</success_token>
</digiseller.vk.captcha.resolve.request>

Response Information

Resource Description

VkExportCatalog.Uid

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.