eBay Trading APIVersion 1357
 

GetChallengeTokenResponseType ( AbstractResponseType )

This is the base response type for the GetChallengeToken call. This call retrieves a botblock token and URLs for an image or audio clip that the user is to match.

Call that uses GetChallengeTokenResponseType:

Fields

AudioChallengeURL ( string ) [0..1]
The URL of the audio clip your application should provide for sight-impaired users. The audio clip corresponds to the image.
See the Field Index to learn which calls use AudioChallengeURL.

ChallengeToken ( string ) [0..1]
Botblock token that is used to validate that the user is a human and not a bot.
See the Field Index to learn which calls use ChallengeToken.

ImageChallengeURL ( string ) [0..1]
The URL of the image your application should display to the user for a botblock challenge.
See the Field Index to learn which calls use ImageChallengeURL.