stages

CaptchaStage Viewset

post/stages/captcha/

Request body

namestring required
public_keystring required

Public key, acquired your captcha Provider.

private_keystring required

Private key, acquired your captcha Provider.

js_urlstring
api_urlstring
request_content_type'application/x-www-form-urlencoded' | 'application/json'
interactiveboolean
score_min_thresholdnumber double
score_max_thresholdnumber double
error_on_invalid_scoreboolean

When enabled and the received captcha score is outside of the given threshold, the stage will show an error message. When not enabled, the flow will continue, but the data from the captcha will be available in the context for policy decisions

Response

pkstring uuid required
namestring required
componentstring required

Get object type so that we know how to edit the object

verbose_namestring required

Return object's verbose_name

verbose_name_pluralstring required

Return object's plural verbose_name

meta_model_namestring required

Return internal model name

public_keystring required

Public key, acquired your captcha Provider.

js_urlstring
api_urlstring
request_content_type'application/x-www-form-urlencoded' | 'application/json'
interactiveboolean
score_min_thresholdnumber double
score_max_thresholdnumber double
error_on_invalid_scoreboolean

When enabled and the received captcha score is outside of the given threshold, the stage will show an error message. When not enabled, the flow will continue, but the data from the captcha will be available in the context for policy decisions

Changes

No recorded changes to this endpoint across all 1 revision of this API.