GET UPSVerification?challenge_code={challenge_code}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
challenge_code | string |
Required |
Body Parameters
None.
Response Information
Resource Description
EbayAuthenticationResponseName | Description | Type | Additional 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>