Create a CAPTCHA instance

POST {{baseUrl}}/api/v1/captchas

Creates a new CAPTCHA instance. In the current release, we only allow one CAPTCHA instance per org.

Request Body

{"name"=>"myHCaptcha", "secretKey"=>"xxxxxxxxxxx", "siteKey"=>"xxxxxxxxxxx", "type"=>"HCAPTCHA"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"id":"abcd1234","name":"myHCaptcha","siteKey":"xxxxxxxxxxx","type":"HCAPTCHA","_links":{"self":{"href":"https://your-subdomain.okta.com/api/v1/captchas/abcd1234","hints":{"allow":["GET","POST","PUT","DELETE"]}}}}