Captchas

Get captcha status

Gets the current captcha status for a session

get/v1/sessions/{sessionId}/captchas/status

Path parameters

sessionIdstring uuid required

Session ID

Response

Default Response

creatednumber

Timestamp when the state was created

isSolvingCaptchaboolean required

Whether a captcha is currently being solved

lastUpdatednumber

Timestamp when the state was last updated

pageIdstring required

The page ID where the captcha is located

urlstring required

The URL where the captcha is located

Changes

Changed in 3 of the 54 revisions of this API.25

    • added the pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$ to the path request parameter sessionId

      request-parameter-pattern-added

    • for the path request parameter sessionId, the format changed from no format to uuid

      request-parameter-type-changed

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • endpoint added

      endpoint-added