Retrieve a CAPTCHA Instance

GET {{baseUrl}}/api/v1/captchas/:captchaId

Retrieves a CAPTCHA instance by captchaId

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"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"]}}}}