GET Baiyi_EbayVerification?challenge_code={challenge_code}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
challenge_code

string

Required

Body Parameters

None.

Response Information

Resource Description

EbayAuthenticationResponse
NameDescriptionTypeAdditional information
challengeResponse

string

None.

Response Formats

application/json, text/json

Sample:
{
  "challengeResponse": "sample string 1"
}

text/html

Sample:
{"challengeResponse":"sample string 1"}

application/xml, text/xml

Sample:
<EbayAuthenticationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EbayVerification.Controllers.Apis">
  <challengeResponse>sample string 1</challengeResponse>
</EbayAuthenticationResponse>